Condividi tramite


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

Il tipo AdomdErrorResponseException espone i membri seguenti.

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

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