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.2.419.0 (24.2.419.0)
Syntax public SamplingErrorEventArgs(
Exception exception
)
Public Sub New (
exception As Exception
)
public:
SamplingErrorEventArgs(
Exception^ exception
)
new :
exception : Exception -> SamplingErrorEventArgs
Parameters
- exception
- Type: SystemException
The exception that caused this event.
See Also