Expr.TryWith-Methode (F#)
Erstellt einen Ausdruck, der ein try...with-Konstrukt für das Filtern und Abfangen von Ausnahmen darstellt.
Namespace/Modulpfad: Microsoft.FSharp.Quotations
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member TryWith : Expr * Var * Expr * Var * Expr -> Expr
// Usage:
Expr.TryWith (body, filterVar, filterBody, catchVar, catchBody)
Parameter
body
Typ: ExprDer Text des try-Ausdrucks.
filterVar
Typ: VarfilterBody
Typ: ExprcatchVar
Typ: VarDie Variable, die an eine abgefangene Ausnahme gebunden werden soll.
catchBody
Typ: ExprDer Ausdruck, der beim Abfangen einer Ausnahme ausgewertet wird.
Rückgabewert
Der resultierende Ausdruck.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen