[This is preliminary documentation and subject to change.]
Initializes a new instance of the UserCancelledException class.
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);
UserCancelledException Class | LaMarvin.Design Namespace