ReportErrorEventArgs.Exception 属性

返回包含报表错误信息的 Exception 对象。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception with get
function get Exception () : Exception

属性值

类型:Exception
一个包含报表错误信息的 Exception 对象。

请参阅

参考

ReportErrorEventArgs 类

Microsoft.Reporting.WebForms 命名空间