Instantiates a new BatchNumberNotInDatabaseException using the supplied message along with an additional exception that caused this one to be thrown

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

Syntax

C#
public BatchNumberNotInDatabaseException(
	string message,
	Exception innerException
)
Visual Basic
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
BatchNumberNotInDatabaseException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::..String
The error message string.
innerException
Type: System..::..Exception
The inner exception reference.

See Also