J-Integra® Espresso Programming Documentation (API)

BAD_INV_ORDER Constructors

 BAD_INV_ORDER();

Constructs a BAD_INV_ORDER exception with a default minor code of 0 and a completion state of COMPLETED_NO.

Parameters

none

 BAD_INV_ORDER( string msg );

Constructs a BAD_INV_ORDER exception with the specified detail message, a minor code of 0 and a completion state of COMPLETED_NO.

Parameters

msg
a string containing a detail message.

 BAD_INV_ORDER( int minor, CompletionStatus completed );

Constructs a BAD_INV_ORDER exception with the specified minor code and completion status.

Parameters

minor
the minor code.
completed
an instance of CompletionStatus indicating the completion status.

 BAD_INV_ORDER( string msg, int minor, CompletionStatus completed );

Constructs a BAD_INV_ORDER exception with the specified detail message, minor code, and completion status.

Parameters

msg
a string containing a detail message.
minor
the minor code.
completed
an instance of CompletionStatus indicating the completion status.

See Also

BAD_INV_ORDER Class | BAD_INV_ORDER Members | Ics Namespace