J-Integra® Espresso Programming Documentation (API)

UserException Constructors

 UserException();

Constructs a UserException object. This method is called only by subclasses.

Parameters

none

 UserException( string reason );

Constructs a UserException object with a detail message. This method is called only by subclasses.

Parameters

reason
a string giving the reason for this exception.

See Also

UserException Members | Ics Namespace