ErrorCode 속성
Gets the error code for the exception.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property ErrorCode As ErrorCode
Get
‘사용 방법
Dim instance As ReportRenderingException
Dim value As ErrorCode
value = instance.ErrorCode
public ErrorCode ErrorCode { get; }
public:
property ErrorCode ErrorCode {
ErrorCode get ();
}
member ErrorCode : ErrorCode
function get ErrorCode () : ErrorCode
속성 값
유형: ErrorCode
An ErrorCode value.