다음을 통해 공유


Unexpected 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.