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