DocumentAlreadyLoadedException 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
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