Share via


PackageFormatException constructor (String, Exception, ParseContext)

Initializes a new instance of the class with a specified error message, which is a reference to the inner exception that caused this exception, and the streaming context.

Namespace:  Microsoft.Office.BusinessData.Parser
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception, _
    context As ParseContext _
)
'Usage
Dim message As String
Dim inner As Exception
Dim context As ParseContext

Dim instance As New PackageFormatException(message, _
    inner, context)
public PackageFormatException(
    string message,
    Exception inner,
    ParseContext context
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

  • inner
    Type: System.Exception

    The exception that is the cause of the current exception.

See also

Reference

PackageFormatException class

PackageFormatException members

PackageFormatException overload

Microsoft.Office.BusinessData.Parser namespace