다음을 통해 공유


PropertyValueExceptionEventArgs 생성자

정의

속성 값을 업데이트하는 중에 발생한 오류에 대한 정보를 포함하는 PropertyValueExceptionEventArgs 클래스의 새 인스턴스를 만듭니다.

public:
 PropertyValueExceptionEventArgs(System::String ^ message, System::Activities::Presentation::PropertyEditing::PropertyValue ^ value, System::Activities::Presentation::PropertyEditing::PropertyValueExceptionSource source, Exception ^ exception);
public PropertyValueExceptionEventArgs (string message, System.Activities.Presentation.PropertyEditing.PropertyValue value, System.Activities.Presentation.PropertyEditing.PropertyValueExceptionSource source, Exception exception);
new System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs : string * System.Activities.Presentation.PropertyEditing.PropertyValue * System.Activities.Presentation.PropertyEditing.PropertyValueExceptionSource * Exception -> System.Activities.Presentation.PropertyEditing.PropertyValueExceptionEventArgs
Public Sub New (message As String, value As PropertyValue, source As PropertyValueExceptionSource, exception As Exception)

매개 변수

message
String

속성 값 변경 중에 무엇이 실패했는지를 나타내는 메시지입니다.

value
PropertyValue

예외가 발생한 PropertyValue 인스턴스입니다.

source
PropertyValueExceptionSource

이 예외를 생성한 원본인 PropertyValue 가져오기 또는 설정 작업입니다.

exception
Exception

속성 값 변경 중에 발생한 오류입니다.

적용 대상