J-Integra® Espresso Programming Documentation (API)

DATA_CONVERSION Constructors

 DATA_CONVERSION();

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

Parameters

none

 DATA_CONVERSION( string msg );

Constructs a DATA_CONVERSION 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.

 DATA_CONVERSION( int minor, CompletionStatus completed );

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

Parameters

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

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

Constructs a DATA_CONVERSION 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

DATA_CONVERSION Class | DATA_CONVERSION Members | Ics Namespace