FileCancelException Class
Visual Studio 2015
Represents the exception that is thrown if a problem occurs when a user cancels a save operation.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | FileCancelException() | Initializes a new instance of the FileCancelException class. |
![]() | FileCancelException(String^) | Initializes a new instance of the FileCancelException class. |
![]() | FileCancelException(String^, Exception^) | Initializes a new instance of the FileCancelException class. |
| 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.) |
This class cannot be inherited.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

