Exemplo n.º 1
0
 public ParseException(string msg, Exception innerException, ParseExceptionParameter para) : base(msg)
 {
     this.innerException = innerException;
     this.data           = para;
     this.error          = msg;
 }
Exemplo n.º 2
0
 public ParseException(string msg, ParseExceptionParameter para) : base(msg)
 {
     this.error = msg;
     this.data  = para;
 }