CesiumGeneratorContextRaiseSamplingError Method |
Called when an exception is encountered while sampling a property.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void RaiseSamplingError(
Object sender,
Exception exception
)
Public Sub RaiseSamplingError (
sender As Object,
exception As Exception
)
public:
void RaiseSamplingError(
Object^ sender,
Exception^ exception
)
member RaiseSamplingError :
sender : Object *
exception : Exception -> unit
Parameters
- sender
- Type: SystemObject
The instance which generated the exception. - exception
- Type: SystemException
The exception.
See Also