Свойство 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.