Share via


WebHttpEndpoint.FaultExceptionEnabled 속성

정의

내부 서버 오류(HTTP 상태 코드: 500)가 발생할 때 FaultException이 생성되는지 여부를 지정하는 플래그를 가져오거나 설정합니다.

public:
 property bool FaultExceptionEnabled { bool get(); void set(bool value); };
public bool FaultExceptionEnabled { get; set; }
member this.FaultExceptionEnabled : bool with get, set
Public Property FaultExceptionEnabled As Boolean

속성 값

플래그를 사용할 수 있으면 true를 반환하고, 그렇지 않으면 false를 반환합니다.

적용 대상