ReportErrorEventArgs.Exception 属性
返回包含报表错误信息的 Exception 对象。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public ReadOnly Property Exception As Exception
Get
用法
Dim instance As ReportErrorEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception
属性值
类型:System.Exception
一个包含报表错误信息的 Exception 对象。