다음을 통해 공유


CallbackDebugBehavior(Boolean) 생성자

정의

CallbackDebugBehavior 클래스의 새 인스턴스를 초기화합니다.

public:
 CallbackDebugBehavior(bool includeExceptionDetailInFaults);
public CallbackDebugBehavior(bool includeExceptionDetailInFaults);
new System.ServiceModel.Description.CallbackDebugBehavior : bool -> System.ServiceModel.Description.CallbackDebugBehavior
Public Sub New (includeExceptionDetailInFaults As Boolean)

매개 변수

includeExceptionDetailInFaults
Boolean

WCF 콜백 개체에 서비스로 다시 전송된 SOAP 오류의 세부 정보에 관리되는 예외 정보가 포함되는지 여부를 제어합니다.

설명

생성자는 속성 값 IncludeExceptionDetailInFaults 이 값인 개체를 includeExceptionDetailInFaults만듭니다CallbackDebugBehavior.

적용 대상