UndoRedoCanceledException Class

Definition

The exception that is thrown when an undo or redo operation has been cancelled.

public ref class UndoRedoCanceledException sealed : Microsoft::VisualStudio::Modeling::ModelingException
[System.Serializable]
public sealed class UndoRedoCanceledException : Microsoft.VisualStudio.Modeling.ModelingException
[<System.Serializable>]
type UndoRedoCanceledException = class
    inherit ModelingException
Public NotInheritable Class UndoRedoCanceledException
Inherits ModelingException
Inheritance
UndoRedoCanceledException
Attributes

Constructors

UndoRedoCanceledException()

Initializes a new instance of the OperationCancelledException class.

UndoRedoCanceledException(String)

Initializes a new instance of the OperationCancelledException class with a specified error message.

UndoRedoCanceledException(String, Exception)

Initializes a new instance of the OperationCancelledException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to