Condividi tramite


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.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class AdomdErrorResponseException _
    Inherits AdomdException
'Utilizzo
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

Nel tipo AdomdErrorResponseException sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica ErrorCode Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.
Proprietà pubblica Errors Gets a reference to the AdomdErrorCollection contained by the exception.
Proprietà pubblica HelpLink Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. Esegue l'override di Exception. . :: . .HelpLink.
Proprietà protetta HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. Esegue l'override di Exception. . :: . .Message.
Proprietà pubblica Source Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. Esegue l'override di Exception. . :: . .Source.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Exception.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.