다음을 통해 공유


ExtraTopLevelOperators.failwithf<'T,'Result> 함수(F#)

문자열 버퍼로 출력하고 지정된 결과와 함께 예외를 발생시킵니다. 도우미 출력 함수는 문자열을 반환해야 합니다.

네임스페이스/모듈 경로: Microsoft.FSharp.Core.ExtraTopLevelOperators

어셈블리: FSharp.Core(FSharp.Core.dll)

// Signature:
failwithf : StringFormat<'T,'Result> -> 'T

// Usage:
failwithf format

매개 변수

설명

컴파일된 어셈블리에서 이 함수의 이름은 PrintFormatToStringThenFail입니다. F# 이외의 언어에서 멤버에 액세스하거나 리플렉션을 통해 멤버에 액세스하는 경우 이 이름을 사용합니다.

예제

다음 코드 예제에서는 failwithf를 사용하는 방법을 보여 줍니다.

let reportError componentName code =
    failwithf "Component %s reported a failure. Error code: 0x%x" componentName code
reportError "Filesystem monitor" 0x80000005

플랫폼

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

버전 정보

F# 코어 라이브러리 버전

지원: 2.0, 4.0, 노트북

참고 항목

참조

Core.ExtraTopLevelOperators 모듈(F#)

Microsoft.FSharp.Core 네임스페이스(F#)