Brunet.Messaging.RpcResult.AssertNotException C# (CSharp) Метод

AssertNotException() публичный Метод

public AssertNotException ( ) : void
Результат void
  public void AssertNotException() {
    //If result is an exception, we throw here:
    if( _result is Exception ) { throw (Exception)_result; }
  }
  //statistical information from the ReqreplyManager