Click or drag to resize

SamplingErrorEventArgs Constructor

Creates a new instance with the provided exception.

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 SamplingErrorEventArgs(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception that caused this event.
See Also