public override Task RemoteError(ErrorContext context)
 {
     return base.RemoteError(context);
 }
コード例 #2
0
 /// <summary>
 /// Invoked when there is a remote error
 /// </summary>
 public virtual Task RemoteError(ErrorContext context) => OnRemoteError(context);
コード例 #3
0
 /// <summary>
 /// Invoked when there is a remote error
 /// </summary>
 public virtual Task RemoteError(ErrorContext context) => OnRemoteError(context);