ToString() public method

public ToString ( ) : string
return string
Example #1
0
 public CSToolsException(int en, SourceLineInfo s, string y, string m)
     : base(s.ToString() + ": " + m)
 {
     this.nExceptionNumber = en;
     this.slInfo           = s;
     this.sInput           = y;
 }
 /// <exclude/>
 public CSToolsException(int en,SourceLineInfo s, string y, string m)
     : base(s.ToString()+": "+m)
 {
     nExceptionNumber = en;
     slInfo = s;
     sInput = y;
 }