Proprietà Unexpected
Gets a Boolean value that indicates whether an unexpected exception occurred.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Unexpected As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if an unexpected exception occurred; otherwise, false.