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

속성 값이 변경되는 동안 발생한 오류입니다.

적용 대상