ObjectNotFoundException Constructor (SerializationInfo, StreamingContext)

Constructs a new instance of the class by using the serialization information and the streaming context.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ObjectNotFoundException(info, context)
protected ObjectNotFoundException(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See Also

Reference

ObjectNotFoundException Class

ObjectNotFoundException Members

ObjectNotFoundException Overload

Microsoft.BusinessData.Runtime Namespace