Constable Authorization Engine 2.0 BETA

UserCancelledException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the UserCancelledException class.

Overload List

Initializes a new instance of the UserCancelledException class.

public UserCancelledException();

Initializes a new instance of the UserCancelledException class for deserialization.

protected UserCancelledException(SerializationInfo,StreamingContext);

Initializes a new instance of the UserCancelledException class with the given message.

public UserCancelledException(string);

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

public UserCancelledException(string,Exception);

See Also

UserCancelledException Class | LaMarvin.Design Namespace