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