다음을 통해 공유


HostSettings.IncludeExceptionDetailInFaults 속성

정의

예외 세부 정보가 오류에 포함되는지 여부를 가져오거나 설정합니다.

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

속성 값

Boolean

예외 세부 정보가 오류에 포함되면 true이고, 그렇지 않으면 false입니다.

적용 대상