Compartilhar via


Classe 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.

Hierarquia de herança

System.Object
  System.Exception
    Microsoft.AnalysisServices.AdomdClient.AdomdException
      Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
<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

O tipo AdomdErrorResponseException expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública ErrorCode Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.
Propriedade pública Errors Gets a reference to the AdomdErrorCollection contained by the exception.
Propriedade pública HelpLink Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception.HelpLink.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception.Message.)
Propriedade pública Source Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (Substitui Exception.Source.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Sets the specified System.Runtime.Serialization.SerializationInfo with information about the exception. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Herdado de Exception.)
Método público ToString (Herdado de Exception.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdClient