Boo.Lang.Compiler.CompilerErrorFactory.InternalError C# (CSharp) Метод

InternalError() публичный статический Метод

public static InternalError ( Node node, string message, Exception cause ) : CompilerError
node Node
message string
cause System.Exception
Результат CompilerError
        public static CompilerError InternalError(Node node, string message, Exception cause)
        {
            return Instantiate("BCE0055", node, cause, message);
        }

Same methods

CompilerErrorFactory::InternalError ( Node node, Exception error ) : CompilerError
CompilerErrorFactory