MobileForms Toolkit Documentation

RILException Constructor

Constructs a new and empty exception with inner exception.

Overload List

Constructs a new and empty exception with inner exception.

public RILException(Exception);

Constructs a new exception with specified error code.

public RILException(int);

Constructs a new exception with specified error code and inner exception.

public RILException(int,Exception);

See Also

RILException Class | Resco.Controls.ImageBox Namespace