This creates a AuthorizationException with a message that includes additional error information.

Namespace: VcClientExceptions
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public AuthorizationException(
	string error
)
Visual Basic
Public Sub New ( _
	error As String _
)
Visual C++
public:
AuthorizationException(
	String^ error
)

Parameters

error
Type: String
Additional error message that needs to be added to the exception.

See Also