DocumentClosedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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