FSharpType.IsExceptionRepresentation 메서드(F#)
지정된 형식이 F# 예외 선언의 표현인 경우 true를 반환합니다.
네임스페이스/모듈 경로: Microsoft.FSharp.Reflection
어셈블리: FSharp.Core(FSharp.Core.dll)
// Signature:
static member IsExceptionRepresentation : Type * ?BindingFlags -> bool
static member IsExceptionRepresentation : Type * ?bool -> bool
// Usage:
FSharpType.IsExceptionRepresentation (exceptionType)
FSharpType.IsExceptionRepresentation (exceptionType, bindingFlags = bindingFlags)
open FSharpReflectionExtensions
FSharpType.IsExceptionRepresentation (exceptionType, allowAccessToPrivateRepresentation = false)
매개 변수
exceptionType
형식: Type검사할 형식입니다.
bindingFlags
형식: BindingFlags선택적 바인딩 플래그입니다.
allowAccessToPrivateRepresentation
형식: boolprivate 표현의 액세스 가능성을 나타내는 선택적 플래그입니다.
반환 값
확인한 형식이 F# 예외인 경우 true를 반환합니다.
플랫폼
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
버전 정보
F# Core 라이브러리 버전
2.0, 4.0, 노트북 지원