FillErrorEventArgs.Errors 속성

정의

처리하고 있는 오류를 가져옵니다.

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

속성 값

처리하고 있는 오류입니다.

적용 대상