IExceptionConvertor.TryConvertToServiceException Méthode
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
- originalException
- Exception
Exception réelle observée.
- serviceException
- ServiceException
ServiceException converti à partir de l’exception réelle.
True si l’exception est gérée, false dans le cas contraire.
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :