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

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

public CompilerError ( LexicalInfo data, Exception cause ) : System
data LexicalInfo
cause System.Exception
Результат System
        public CompilerError(LexicalInfo data, Exception cause)
            : this(data, cause.Message, cause)
        {
        }

Same methods

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, Exception cause ) : 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