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