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