Share via


SolutionManifestException Constructor (String)

Initializes a new instance of the class with a specified error message.

Namespace:  Microsoft.Office.BusinessApplications.Runtime
Assembly:  Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)

Syntax

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

Dim instance As New SolutionManifestException(message)
public SolutionManifestException(
    string message
)

Parameters

  • message
    Type: System.String
    The message that describes the error.

See Also

Reference

SolutionManifestException Class

SolutionManifestException Members

SolutionManifestException Overload

Microsoft.Office.BusinessApplications.Runtime Namespace