Freigeben über


IExceptionConvertor.TryConvertFromServiceException Methode

Definition

Überlädt

TryConvertFromServiceException(ServiceException, Exception)

Konvertiert die Dienst-Ausnahme in eine Benutzer-Ausnahme.

TryConvertFromServiceException(ServiceException, Exception, Exception)

Konvertiert die Dienst-Ausnahme in eine Benutzer-Ausnahme.

TryConvertFromServiceException(ServiceException, Exception[], Exception)

Konvertiert die Dienst-Ausnahme in eine Benutzer-Ausnahme.

TryConvertFromServiceException(ServiceException, Exception)

Konvertiert die Dienst-Ausnahme in eine Benutzer-Ausnahme.

public bool TryConvertFromServiceException (Microsoft.ServiceFabric.Services.Communication.ServiceException serviceException, out Exception actualException);
abstract member TryConvertFromServiceException : Microsoft.ServiceFabric.Services.Communication.ServiceException * Exception -> bool
Public Function TryConvertFromServiceException (serviceException As ServiceException, ByRef actualException As Exception) As Boolean

Parameter

serviceException
ServiceException

Dienst-Ausnahme.

actualException
Exception

Benutzer-Ausnahme.

Gibt zurück

True, wenn konvertiert, andernfalls false.

Gilt für:

TryConvertFromServiceException(ServiceException, Exception, Exception)

Konvertiert die Dienst-Ausnahme in eine Benutzer-Ausnahme.

public bool TryConvertFromServiceException (Microsoft.ServiceFabric.Services.Communication.ServiceException serviceException, Exception innerException, out Exception actualException);
abstract member TryConvertFromServiceException : Microsoft.ServiceFabric.Services.Communication.ServiceException * Exception * Exception -> bool
Public Function TryConvertFromServiceException (serviceException As ServiceException, innerException As Exception, ByRef actualException As Exception) As Boolean

Parameter

serviceException
ServiceException

Dienst-Ausnahme.

innerException
Exception

Innere Ausnahme.

actualException
Exception

Benutzer-Ausnahme.

Gibt zurück

True, wenn konvertiert, andernfalls false.

Gilt für:

TryConvertFromServiceException(ServiceException, Exception[], Exception)

Konvertiert die Dienst-Ausnahme in eine Benutzer-Ausnahme.

public bool TryConvertFromServiceException (Microsoft.ServiceFabric.Services.Communication.ServiceException serviceException, Exception[] innerExceptions, out Exception actualException);
abstract member TryConvertFromServiceException : Microsoft.ServiceFabric.Services.Communication.ServiceException * Exception[] * Exception -> bool
Public Function TryConvertFromServiceException (serviceException As ServiceException, innerExceptions As Exception(), ByRef actualException As Exception) As Boolean

Parameter

serviceException
ServiceException

Dienst-Ausnahme.

innerExceptions
Exception[]

Auflisten zur inneren Ausnahme.

actualException
Exception

Benutzer-Ausnahme.

Gibt zurück

True, wenn konvertiert, andernfalls false.

Gilt für: