Partager via


IExceptionConvertor.TryConvertFromServiceException Méthode

Définition

Surcharges

TryConvertFromServiceException(ServiceException, Exception)

Convertit l’exception de service en exception utilisateur.

TryConvertFromServiceException(ServiceException, Exception, Exception)

Convertit l’exception de service en exception utilisateur.

TryConvertFromServiceException(ServiceException, Exception[], Exception)

Convertit l’exception de service en exception utilisateur.

TryConvertFromServiceException(ServiceException, Exception)

Convertit l’exception de service en exception utilisateur.

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

Paramètres

serviceException
ServiceException

Exception de service.

actualException
Exception

Exception utilisateur.

Retours

True si converti, false sinon.

S’applique à

TryConvertFromServiceException(ServiceException, Exception, Exception)

Convertit l’exception de service en exception utilisateur.

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

Paramètres

serviceException
ServiceException

Exception de service.

innerException
Exception

Exception interne.

actualException
Exception

Exception utilisateur.

Retours

True si converti, false sinon.

S’applique à

TryConvertFromServiceException(ServiceException, Exception[], Exception)

Convertit l’exception de service en exception utilisateur.

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

Paramètres

serviceException
ServiceException

Exception de service.

innerExceptions
Exception[]

Liste à l’exception interne.

actualException
Exception

Exception utilisateur.

Retours

True si converti, false sinon.

S’applique à