JaCIL Framework API

TranslationException Constructor (String, Exception)

Creates the exception.

public TranslationException(
   string message,
   Exception nested
);

Parameters

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

See Also

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