Click or drag to resize

ErrorEventArgs Constructor (Exception)

Initializes a new instance of the ErrorEventArgs class.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public ErrorEventArgs(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception.
See Also