PackageFormatException Constructor (String)
Initializes a new instance of the class with a specified error message.
Namespace: Microsoft.Office.BusinessData.Parser
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New PackageFormatException(message)
public PackageFormatException(
string message
)
Parameters
- message
Type: System.String
The message that describes the error.
See Also
Reference
PackageFormatException Members