Click or drag to resize

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

Parameters

sender
Type: SystemObject
The instance which generated the exception.
exception
Type: SystemException
The exception.
See Also