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