DocumentCustomizedWithPreviousRuntimeException Constructors

Definition

Overloads

DocumentCustomizedWithPreviousRuntimeException()
DocumentCustomizedWithPreviousRuntimeException(Exception)
DocumentCustomizedWithPreviousRuntimeException(String)
DocumentCustomizedWithPreviousRuntimeException(String, Exception)

DocumentCustomizedWithPreviousRuntimeException()

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

Applies to

DocumentCustomizedWithPreviousRuntimeException(Exception)

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

Parameters

innerException
Exception

Applies to

DocumentCustomizedWithPreviousRuntimeException(String)

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

Parameters

message
String

Applies to

DocumentCustomizedWithPreviousRuntimeException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to