DocumentAlreadyCustomizedException Constructors

Definition

Overloads

DocumentAlreadyCustomizedException()
DocumentAlreadyCustomizedException(Exception)
DocumentAlreadyCustomizedException(String)
DocumentAlreadyCustomizedException(String, Exception)

DocumentAlreadyCustomizedException()

public:
 DocumentAlreadyCustomizedException();
public DocumentAlreadyCustomizedException ();
Public Sub New ()

Applies to

DocumentAlreadyCustomizedException(Exception)

public:
 DocumentAlreadyCustomizedException(Exception ^ innerException);
public DocumentAlreadyCustomizedException (Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException : Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException
Public Sub New (innerException As Exception)

Parameters

innerException
Exception

Applies to

DocumentAlreadyCustomizedException(String)

public:
 DocumentAlreadyCustomizedException(System::String ^ message);
public DocumentAlreadyCustomizedException (string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException
Public Sub New (message As String)

Parameters

message
String

Applies to

DocumentAlreadyCustomizedException(String, Exception)

public:
 DocumentAlreadyCustomizedException(System::String ^ message, Exception ^ innerException);
public DocumentAlreadyCustomizedException (string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentAlreadyCustomizedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to