EntityDataSourceChangedEventArgs.ExceptionHandled 속성

정의

예외가 처리되었는지 여부와 예외를 다시 throw해서는 안 됨을 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ExceptionHandled { bool get(); void set(bool value); };
public bool ExceptionHandled { get; set; }
member this.ExceptionHandled : bool with get, set
Public Property ExceptionHandled As Boolean

속성 값

예외가 처리되었으면

적용 대상