XmlaError Class

Definition

Represents an error returned by Analysis Services server (in XML/A protocol).

[System.Serializable]
public sealed class XmlaError : Microsoft.AnalysisServices.XmlaMessage
[<System.Serializable>]
type XmlaError = class
    inherit XmlaMessage
Public NotInheritable Class XmlaError
Inherits XmlaMessage
Inheritance
XmlaError
Attributes

Properties

CallStack

Gets the call stack of the current error.

Description

Gets the description of the message.

(Inherited from XmlaMessage)
ErrorCode

Gets the identification code for the error represeted by the XmlaError object.

ErrorType

Gets the type of the error.

HelpFile

Gets the help-file associated with the message.

(Inherited from XmlaMessage)
Location

Gets the location information associated with the message.

(Inherited from XmlaMessage)
Source

Gets the source of the message.

(Inherited from XmlaMessage)

Applies to