MobileForms Toolkit Documentation

RILException  Constructor (Int32, Exception)

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

public RILException(
int code,
Exception innerException
);

Parameters

code
Error code of the exception as int.
innerException
Inner exception.

Remarks

For the list of possible error codes see RILException.ErrorCode.

See Also

RILException Class | Resco.Controls.ImageBox Namespace | RILException Constructor Overload List