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