ExtraTopLevelOperators.failwithf<'T,'Result> 関数 (F#)
文字列バッファーに出力し、指定された結果を使用して例外を発生させます。ヘルパー プリンターは文字列を返す必要があります。
名前空間/モジュール パス: Microsoft.FSharp.Core.ExtraTopLevelOperators
アセンブリ: FSharp.Core (FSharp.Core.dll 内)
// Signature:
failwithf : StringFormat<'T,'Result> -> 'T
// Usage:
failwithf format
パラメーター
- format
型: StringFormat<'T,'Result>
解説
この関数は、コンパイルされたアセンブリでは PrintFormatToStringThenFail という名前です。F# 以外の言語、またはリフレクションを使用してメンバーにアクセスする場合は、この名前を使用します。
使用例
failwithf の使用方法を次のコード例に示します。
let reportError componentName code =
failwithf "Component %s reported a failure. Error code: 0x%x" componentName code
reportError "Filesystem monitor" 0x80000005
プラットフォーム
Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2
バージョン情報
F# コア ライブラリのバージョン
サポート: ポータブル 2.0、4.0