UndoRedoCanceledException Class

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.

See Also

Reference

UndoRedoCanceledException Members

Microsoft.VisualStudio.Modeling Namespace