J-Integra® Espresso Programming Documentation (API)

NO_PERMISSION Constructors

 NO_PERMISSION();

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

Parameters

none

 NO_PERMISSION( string msg );

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

 NO_PERMISSION( int minor, CompletionStatus completed );

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

Parameters

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

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

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

NO_PERMISSION Class | NO_PERMISSION Members | Ics Namespace