Share via


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 오류 정보에 관리되는 예외 정보를 포함할지 여부를 제어합니다.

설명

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

적용 대상