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: 21.1.408.0 (21.1.408.0)
Syntaxpublic 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