ReportErrorEventArgs 클래스
ReportError 이벤트에 대한 데이터를 제공합니다.
상속 계층
System.Object
System.EventArgs
Microsoft.Reporting.WebForms.ReportErrorEventArgs
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)
구문
‘선언
Public NotInheritable Class ReportErrorEventArgs _
Inherits EventArgs
‘사용 방법
Dim instance As ReportErrorEventArgs
public sealed class ReportErrorEventArgs : EventArgs
public ref class ReportErrorEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ReportErrorEventArgs =
class
inherit EventArgs
end
public final class ReportErrorEventArgs extends EventArgs
ReportErrorEventArgs 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Exception | 보고서 오류에 대한 정보를 포함하는 Exception 개체를 반환합니다. | |
Handled | 호스트 응용 프로그램이 오류를 처리했는지 여부를 나타냅니다. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
이것은 ReportError가 발생할 때 ReportErrorEventHandler에 전달됩니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.