Instantiates a new BatchNumberNotInDatabaseException using the supplied serialization info

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
protected BatchNumberNotInDatabaseException(
	SerializationInfo serialInfo,
	StreamingContext streamContext
)
Visual Basic
Protected Sub New ( _
	serialInfo As SerializationInfo, _
	streamContext As StreamingContext _
)
Visual C++
protected:
BatchNumberNotInDatabaseException(
	SerializationInfo^ serialInfo, 
	StreamingContext streamContext
)

Parameters

serialInfo
Type: System.Runtime.Serialization..::..SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
streamContext
Type: System.Runtime.Serialization..::..StreamingContext
The StreamingContext that contains contextual information about the source or destination.

See Also