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.