Share via


FileCancelException Class

Represents the exception that is thrown if a problem occurs when a user cancels a save operation.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class FileCancelException _
    Inherits Exception
'Usage
Dim instance As FileCancelException
[SerializableAttribute]
public sealed class FileCancelException : Exception
[SerializableAttribute]
public ref class FileCancelException sealed : public Exception
public final class FileCancelException extends Exception

Remarks

This class cannot be inherited.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.Modeling.Shell.FileCancelException

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

FileCancelException Members

Microsoft.VisualStudio.Modeling.Shell Namespace