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.

적용 대상