DocumentNotCustomizedException Constructors

Definition

Overloads

DocumentNotCustomizedException()
DocumentNotCustomizedException(Exception)
DocumentNotCustomizedException(String)
DocumentNotCustomizedException(String, Exception)

DocumentNotCustomizedException()

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

Applies to

DocumentNotCustomizedException(Exception)

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

Parameters

innerException
Exception

Applies to

DocumentNotCustomizedException(String)

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

Parameters

message
String

Applies to

DocumentNotCustomizedException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to