Click or drag to resize

CesiumGeneratorContext.RaiseSamplingError 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.3.420.0 (24.3.420.0)
Syntax
public void RaiseSamplingError(
	Object sender,
	Exception exception
)

Parameters

sender
Type: System.Object
The instance which generated the exception.
exception
Type: System.Exception
The exception.
See Also