JsonRpc.CreateErrorDetails(JsonRpcRequest, Exception) Yöntem

Tanım

JsonRpcError.ErrorDetail Yerel olarak çağrılan bir RPC yönteminden oluşturulan bir özel duruma yanıt olarak istemciye geri gönderilecek hata özelliğinin değeri olarak kullanılacak öğesini oluşturur.

protected virtual StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail CreateErrorDetails (StreamJsonRpc.Protocol.JsonRpcRequest request, Exception exception);
abstract member CreateErrorDetails : StreamJsonRpc.Protocol.JsonRpcRequest * Exception -> StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail
override this.CreateErrorDetails : StreamJsonRpc.Protocol.JsonRpcRequest * Exception -> StreamJsonRpc.Protocol.JsonRpcError.ErrorDetail
Protected Overridable Function CreateErrorDetails (request As JsonRpcRequest, exception As Exception) As JsonRpcError.ErrorDetail

Parametreler

request
JsonRpcRequest

Çağrıya neden olan istek başarısız oldu.

exception
Exception

RPC yönteminden oluşan özel durum.

Döndürülenler

İstemciye geri dönmek için hata ayrıntıları. olmamalıdır null.

Açıklamalar

Hata ayrıntılarının ifade edilme biçimini değiştirmek için türetilmiş bir sınıfta bu yöntem geçersiz kılınabilir.

Şunlara uygulanır

Ayrıca bkz.