UnavailableExceptionFallbackException Classe
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.
Représente une exception dont le type n’est pas disponible pendant la désérialisation.
public sealed class UnavailableExceptionFallbackException : Exception
type UnavailableExceptionFallbackException = class
inherit Exception
Public NotInheritable Class UnavailableExceptionFallbackException
Inherits Exception
- Héritage
-
UnavailableExceptionFallbackException
Constructeurs
| UnavailableExceptionFallbackException() |
Représente une exception dont le type n’est pas disponible pendant la désérialisation. |
| UnavailableExceptionFallbackException(SerializationInfo, StreamingContext) |
Obsolète.
Représente une exception dont le type n’est pas disponible pendant la désérialisation. |
| UnavailableExceptionFallbackException(String, Exception) |
Représente une exception dont le type n’est pas disponible pendant la désérialisation. |
Propriétés
| ExceptionType |
Obtient le nom du type d’exception. |
| Properties |
Obtient les propriétés sérialisées de l’exception. |
Méthodes
| ToString() |
Représente une exception dont le type n’est pas disponible pendant la désérialisation. |