Propriedade ErrorCode
Gets the error code for the exception.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ErrorCode As ErrorCode
Get
'Uso
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
Valor da propriedade
Tipo: ErrorCode
An ErrorCode value.