Tools.CSToolsException.CSToolsException C# (CSharp) Method

CSToolsException() public method

public CSToolsException ( int en, Lexer yl, int p, string y, string s ) : System
en int
yl Lexer
p int
y string
s string
return System
        public CSToolsException(int en,Lexer yl,int p, string y, string s)
            : this(en,yl.sourceLineInfo(p),y,s)
        {
        }

Same methods

CSToolsException::CSToolsException ( int n, Lexer yl, string s ) : System
CSToolsException::CSToolsException ( int n, Lexer yl, string yy, string s ) : System
CSToolsException::CSToolsException ( int n, SYMBOL t, string s ) : System
CSToolsException::CSToolsException ( int en, SourceLineInfo s, string y, string m ) : System
CSToolsException::CSToolsException ( int n, TOKEN t, string s ) : System
CSToolsException::CSToolsException ( int n, string s ) : System