ReportRenderingException.Unexpected Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Unexpected As Boolean
    Get
'Usage
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

Property Value

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