共用方式為


DocumentClosedException Constructors

Definition

Overloads

DocumentClosedException()
DocumentClosedException(String)
DocumentClosedException(String, Exception)

DocumentClosedException()

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

Applies to

DocumentClosedException(String)

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

Parameters

message
String

Applies to

DocumentClosedException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to