Compartilhar via


DocumentNotLoadedException Constructors

Definition

Overloads

DocumentNotLoadedException()

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

DocumentNotLoadedException(String)

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

DocumentNotLoadedException(String, Exception)

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

DocumentNotLoadedException()

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

Applies to

DocumentNotLoadedException(String)

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

Parameters

message
String

Applies to

DocumentNotLoadedException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to