XmlaError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |