Esempio n. 1
0
 public ErrorObject(EsriObject esriObject, EsriTable table, string description, ErrorType errorType) : base(description, errorType) {
     this._esriObject = esriObject;
     this._table = table;
 }
 public ErrorObject(EsriObject esriObject, EsriTable table, string description, ErrorType errorType) : base(description, errorType)
 {
     this._esriObject = esriObject;
     this._table      = table;
 }