Partager via


UnavailableExceptionFallbackException Classe

Définition

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.

S’applique à