Example #1
0
 void ExceptionClose(NetExceptionType excType, Exception ex)
 {
     this.Close();
     this._excProcess(this, excType, ex);
 }
Example #2
0
 void ExceptionProcess(ILinker linker, NetExceptionType excType, Exception exc)
 {
 }
Example #3
0
 void Close(NetExceptionType excType, Exception ex)
 {
     Close();
     _excProcess(this, excType, ex);
 }