Partager via


Propriété Unexpected

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Unexpected As Boolean
    Get
'Utilisation
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

Valeur de propriété

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