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

CompilerError() публичный Метод

public CompilerError ( string code, Exception cause ) : System
code string
cause System.Exception
Результат System
        public CompilerError(string code, Exception cause, params object[] args)
            : this(code, LexicalInfo.Empty, cause, args)
        {
        }

Same methods

CompilerError::CompilerError ( LexicalInfo data, Exception cause ) : System
CompilerError::CompilerError ( LexicalInfo data, string message ) : System
CompilerError::CompilerError ( LexicalInfo lexicalInfo, string message, Exception cause ) : System
CompilerError::CompilerError ( Node node, string message ) : System
CompilerError::CompilerError ( Node node, string message, Exception cause ) : System
CompilerError::CompilerError ( string message ) : System
CompilerError::CompilerError ( string code, LexicalInfo lexicalInfo ) : System
CompilerError::CompilerError ( string code, LexicalInfo lexicalInfo, Exception cause ) : System
CompilerError::CompilerError ( string code, LexicalInfo lexicalInfo, string message, Exception cause ) : System