Partager via


FSharpType.IsExceptionRepresentation, méthode (F#)

Retourne la valeur true si le type spécifié est une représentation d'une déclaration d'exception F#.

Espace de noms/Chemin du module : Microsoft.FSharp.Reflection

Assembly : FSharp.Core (in FSharp.Core.dll)

// Signature:
static member IsExceptionRepresentation : Type * ?BindingFlags -> bool

// Usage:
FSharpType.IsExceptionRepresentation (exceptionType)
FSharpType.IsExceptionRepresentation (exceptionType, bindingFlags = bindingFlags)

Paramètres

  • exceptionType
    Type : Type.

    Type à vérifier.

  • bindingFlags
    Type : BindingFlags

    Indicateurs de liaison facultatifs.

Valeur de retour

Retourne la valeur true si le type activé est pour une exception F#.

Plateformes

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, portables

Voir aussi

Référence

Reflection.FSharpType, classe (F#)

Microsoft.FSharp.Reflection, espace de noms (F#)