IExceptionConvertor.TryConvertFromServiceException Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET