FileCancelException Constructors

Definition

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.

Applies to