Constable Authorization Engine 2.0 BETA

UndoException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the UndoException class.

Overload List

Initializes a new instance of the UndoException class.

public UndoException();

Initializes a new instance of the UndoException class for deserialization.

protected UndoException(SerializationInfo,StreamingContext);

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

public UndoException(string);

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

public UndoException(string,Exception);

See Also

UndoException Class | LaMarvin.ComponentModel Namespace