DocumentCustomizedWithPreviousRuntimeException 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
DocumentCustomizedWithPreviousRuntimeException()
public:
DocumentCustomizedWithPreviousRuntimeException();
public DocumentCustomizedWithPreviousRuntimeException ();
Public Sub New ()
Applies to
DocumentCustomizedWithPreviousRuntimeException(Exception)
public:
DocumentCustomizedWithPreviousRuntimeException(Exception ^ innerException);
public DocumentCustomizedWithPreviousRuntimeException (Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException : Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
DocumentCustomizedWithPreviousRuntimeException(String)
public:
DocumentCustomizedWithPreviousRuntimeException(System::String ^ message);
public DocumentCustomizedWithPreviousRuntimeException (string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
DocumentCustomizedWithPreviousRuntimeException(String, Exception)
public:
DocumentCustomizedWithPreviousRuntimeException(System::String ^ message, Exception ^ innerException);
public DocumentCustomizedWithPreviousRuntimeException (string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.DocumentCustomizedWithPreviousRuntimeException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception