Constable Authorization Engine 2.0 BETA

UserCancelledException Constructor (String, Exception)

[This is preliminary documentation and subject to change.]

Initializes a new instance of the UserCancelledException class with the given message and an inner Exception.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
[C#]
public UserCancelledException(
   string message,
   Exception innerException
);

See Also

UserCancelledException Class | LaMarvin.Design Namespace | UserCancelledException Constructor Overload List