Compartir a través de


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
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública ErrorCode Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.
Propiedad pública Errors Gets a reference to the AdomdErrorCollection contained by the exception.
Propiedad pública HelpLink Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. (Invalida Exception.HelpLink.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (Invalida Exception.Message.)
Propiedad pública Source Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (Invalida Exception.Source.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Sets the specified System.Runtime.Serialization.SerializationInfo with information about the exception. (Invalida Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Se hereda de Exception.)
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient