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