Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the exception that is thrown when an undo or redo operation has been canceled.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class UndoRedoCanceledException _
Inherits ModelingException
'Usage
Dim instance As UndoRedoCanceledException
[SerializableAttribute]
public sealed class UndoRedoCanceledException : ModelingException
[SerializableAttribute]
public ref class UndoRedoCanceledException sealed : public ModelingException
public final class UndoRedoCanceledException extends ModelingException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.Modeling.ModelingException
Microsoft.VisualStudio.Modeling.UndoRedoCanceledException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.