ReportRenderingException.Unexpected 属性

Gets a Boolean value that indicates whether an unexpected exception occurred.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Unexpected As Boolean
    Get
用法
Dim instance As ReportRenderingException
Dim value As Boolean

value = instance.Unexpected
public bool Unexpected { get; }
public:
property bool Unexpected {
    bool get ();
}
member Unexpected : bool
function get Unexpected () : boolean

属性值

类型:System.Boolean
true if an unexpected exception occurred; otherwise, false.