InvalidNewApplicationManifestException Constructors

Definition

Overloads

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

Applies to