RowUpdatedEventArgs.Errors 속성

정의

Command를 실행했을 때 .NET 데이터 공급자가 생성하는 오류를 가져옵니다.

public:
 property Exception ^ Errors { Exception ^ get(); void set(Exception ^ value); };
public Exception? Errors { get; set; }
public Exception Errors { get; set; }
member this.Errors : Exception with get, set
Public Property Errors As Exception

속성 값

Exception

.NET 데이터 공급자가 실행될 때 Command 생성한 오류입니다.

적용 대상

추가 정보