UndoRedoCanceledException Class
Represents the exception that is thrown when an undo or redo operation has been canceled.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System::Exception
Microsoft.VisualStudio.Modeling::ModelingException
Microsoft.VisualStudio.Modeling::UndoRedoCanceledException
| Name | Description | |
|---|---|---|
![]() | UndoRedoCanceledException() | Initializes a new instance of the UndoRedoCanceledException class. |
![]() | UndoRedoCanceledException(String^) | Initializes a new instance of the UndoRedoCanceledException class with a specified error message. |
![]() | UndoRedoCanceledException(String^, Exception^) | Initializes a new instance of the UndoRedoCanceledException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

