AdomdErrorResponseException.ErrorCode Property

 

Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public int ErrorCode { get; }
public:
property int ErrorCode {
    int get();
}
member ErrorCode : int with get
Public ReadOnly Property ErrorCode As Integer

Property Value

Type: System.Int32

An unsigned integer representing the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.

Remarks

The ErrorCode property typically contains the HRESULT of an error raised by the XML for Analysis Services provider or server.

See Also

AdomdErrorResponseException Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top