Clase AdomdErrorResponseException
Represents an exception thrown by ADOMD.NET when a response is received from a provider which indicates an error. This exception contains a collection of AdomdError objects that contain information about each problem reported by the provider.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdException
Microsoft.AnalysisServices.AdomdClient..::..AdomdErrorResponseException
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class AdomdErrorResponseException _
Inherits AdomdException
'Uso
Dim instance As AdomdErrorResponseException
[SerializableAttribute]
public sealed class AdomdErrorResponseException : AdomdException
[SerializableAttribute]
public ref class AdomdErrorResponseException sealed : public AdomdException
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdErrorResponseException =
class
inherit AdomdException
end
public final class AdomdErrorResponseException extends AdomdException
El tipo AdomdErrorResponseException expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
ErrorCode | Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException. | |
Errors | Gets a reference to the AdomdErrorCollection contained by the exception. | |
HelpLink | Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. (Invalida Exception. . :: . .HelpLink.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (Invalida Exception. . :: . .Message.) | |
Source | Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (Invalida Exception. . :: . .Source.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.