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