JaCIL Framework API

BranchException Constructor (String, Exception)

Creates the exception.

public BranchException(
   string message,
   Exception nested
);

Parameters

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

See Also

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