コード例 #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
ファイル: ThdLinker.cs プロジェクト: OneBigShrimp/NetManager
 void Close(NetExceptionType excType, Exception ex)
 {
     Close();
     _excProcess(this, excType, ex);
 }