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