Freigeben über


ServiceRemotingExceptionHandler.IExceptionHandler.TryHandleException Methode

Definition

Untersucht die Ausnahme und bestimmt, wie diese Ausnahme behandelt werden kann.

bool IExceptionHandler.TryHandleException (Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation exceptionInformation, Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings retrySettings, out Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingResult result);
abstract member Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler.TryHandleException : Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation * Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings * ExceptionHandlingResult -> bool
override this.Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler.TryHandleException : Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation * Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings * ExceptionHandlingResult -> bool
Function TryHandleException (exceptionInformation As ExceptionInformation, retrySettings As OperationRetrySettings, ByRef result As ExceptionHandlingResult) As Boolean Implements IExceptionHandler.TryHandleException

Parameter

exceptionInformation
ExceptionInformation

Die Informationen zur Ausnahme.

retrySettings
OperationRetrySettings

Der Vorgang wiederholt einstellungen.

result
ExceptionHandlingResult

Das Ergebnis der Ausnahmebehandlung.

Gibt zurück

true, wenn die Ausnahme verarbeitet wird, andernfalls false.

Implementiert

Gilt für: