JaCIL Framework API

ReferenceException Constructor (String, Exception)

Creates the exception.

public ReferenceException(
   string message,
   Exception nested
);

Parameters

message
The message associated with this exception.
nested
The source associated with this exception.

See Also

ReferenceException Class | JaCIL.Compiler Namespace | ReferenceException Constructor Overload List