CannotLoadManifestException Constructor (String, Exception) (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String 
Dim innerException As Exception 

Dim instance As New CannotLoadManifestException(message, _
    innerException)
public CannotLoadManifestException(
    string message,
    Exception innerException
)
public:
CannotLoadManifestException(
    String^ message, 
    Exception^ innerException
)
public function CannotLoadManifestException(
    message : String, 
    innerException : Exception
)

Parameters

See Also

Reference

CannotLoadManifestException Class

CannotLoadManifestException Members

CannotLoadManifestException Overload

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace