Restart() public method

Restarts the specified cause.
public Restart ( Exception cause ) : void
cause Exception The cause.
return void
コード例 #1
0
 /// <inheritdoc/>
 public override void Restart(Exception cause)
 {
     _cell.Restart(cause);
 }