IExceptionConvertor.TryConvertToServiceException 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.
Convertit l’exception utilisateur en ServiceException.
public bool TryConvertToServiceException (Exception originalException, out Microsoft.ServiceFabric.Services.Communication.ServiceException serviceException);
abstract member TryConvertToServiceException : Exception * ServiceException -> bool
Public Function TryConvertToServiceException (originalException As Exception, ByRef serviceException As ServiceException) As Boolean
Paramètres
- originalException
- Exception
Exception réelle observée.
- serviceException
- ServiceException
ServiceException converti à partir de l’exception réelle.
Retours
True si l’exception est gérée, false dans le cas contraire.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET