コード例 #1
0
 private void OnReceiveException(Exception exception)
 {
     ReceiveException?.Invoke(this, new ExceptionEventArgs(exception, null));
 }
コード例 #2
0
ファイル: ClusterChannel.cs プロジェクト: y1027/sensenet
 protected virtual void OnReceiveException(Exception exception)
 {
     ReceiveException?.Invoke(this, new ExceptionEventArgs(exception, null));
 }