PropertyValueExceptionEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성 값을 업데이트하는 중에 발생한 오류에 대한 정보를 포함하는 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
속성 값 변경 중에 발생한 오류입니다.