Exception Element (XMLA)
Indicates that an exception was returned from a Discover or Execute method call.
Namespace https://schemas.microsoft.com/analysisservices/2003/exception
Sintassi
<root>
...
<Exception />
...
</root>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length |
None |
Default value |
None |
Cardinality |
0-1: Optional element that can occur once and only once. |
Element Relationships
Relationship | Element |
---|---|
Parent elements |
|
Child elements |
None |
Osservazioni
If an error occurs during the execution of a Discover method call or a single XMLA command in an Execute method call that prevents the method or command from completing, the root element for that method or command contains an Exception element and a Messages element. The Exception element indicates that an error which prevented the method or command from successfully executing occurred, and the Messages element contains the list of error or warning messages related to the error.