予期しない例外が発生したかどうかを示す Boolean 値を取得します。
名前空間: 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、それ以外の場合は false を返します。