ManifestNotExecutedException 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
ManifestNotExecutedException() |
This API supports the product infrastructure and is not intended to be used directly from your code. |
ManifestNotExecutedException(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
ManifestNotExecutedException(String, Exception) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
ManifestNotExecutedException()
public:
ManifestNotExecutedException();
public ManifestNotExecutedException ();
Public Sub New ()
Applies to
ManifestNotExecutedException(String)
public:
ManifestNotExecutedException(System::String ^ message);
public ManifestNotExecutedException (string message);
new Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ManifestNotExecutedException(String, Exception)
public:
ManifestNotExecutedException(System::String ^ message, Exception ^ innerException);
public ManifestNotExecutedException (string message, Exception innerException);
new Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException : string * Exception -> Microsoft.VisualStudio.Tools.Applications.Runtime.ManifestNotExecutedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception