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 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informations de version

Runtime F#

Pris en charge dans : 2.0, 4.0

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

Reflection.FSharpType, classe (F#)

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