FileCancelException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FileCancelException() |
Constructor. |
FileCancelException(String) |
Constructor. |
FileCancelException(String, Exception) |
Constructor. |
FileCancelException()
Constructor.
public:
FileCancelException();
public FileCancelException ();
Public Sub New ()
Applies to
FileCancelException(String)
Constructor.
public:
FileCancelException(System::String ^ message);
public FileCancelException (string message);
new Microsoft.VisualStudio.Modeling.Shell.FileCancelException : string -> Microsoft.VisualStudio.Modeling.Shell.FileCancelException
Public Sub New (message As String)
Parameters
- message
- String
Message.
Applies to
FileCancelException(String, Exception)
Constructor.
public:
FileCancelException(System::String ^ message, Exception ^ innerException);
public FileCancelException (string message, Exception innerException);
new Microsoft.VisualStudio.Modeling.Shell.FileCancelException : string * Exception -> Microsoft.VisualStudio.Modeling.Shell.FileCancelException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
Message.
- innerException
- Exception
Inner Exception.