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: 25.1.421.0 (25.1.421.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