Constructs a new and empty exception with inner exception.
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);
RILException Class | Resco.Controls.ImageBox Namespace