DocumentAlreadyLoadedException Constructors

Definition

Overloads

DocumentAlreadyLoadedException()

This API supports the product infrastructure and is not intended to be used directly from your code.

DocumentAlreadyLoadedException(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

DocumentAlreadyLoadedException(String, Exception)

This API supports the product infrastructure and is not intended to be used directly from your code.

DocumentAlreadyLoadedException()

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

Applies to

DocumentAlreadyLoadedException(String)

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

Parameters

message
String

Applies to

DocumentAlreadyLoadedException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to