Constructs a new SDK exception.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public InfigoSDKException(
	string strException
)
Visual Basic (Declaration)
Public Sub New ( _
	strException As String _
)
Visual C++
public:
InfigoSDKException(
	String^ strException
)

Parameters

strException
Type: System..::.String
The exception description.

See Also