JsonRpc.IsFatalException(Exception) 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.
Indique si la connexion doit être fermée lorsque le serveur lève une exception.
protected virtual bool IsFatalException (Exception ex);
abstract member IsFatalException : Exception -> bool
override this.IsFatalException : Exception -> bool
Protected Overridable Function IsFatalException (ex As Exception) As Boolean
Paramètres
Retours
Indiquant Boolean si les flux doivent être fermés.
Remarques
Cette méthode est appelée dans le contexte d’un filtre d’exception ou lorsqu’une tâche ne parvient pas à se terminer et retourne simplement false par défaut. Si le processus doit se bloquer sur une exception, l’appel FailFast(String, Exception) produit ce comportement.