Freigeben über


AdomdErrorResponseException Members

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.

The following tables list the members exposed by the AdomdErrorResponseException type.

Public Properties

(see also Protected Properties )

  Name Description
ms141619.pubproperty(de-de,SQL.90).gif Data  (inherited from Exception )
ms141619.pubproperty(de-de,SQL.90).gif ErrorCode Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.
ms141619.pubproperty(de-de,SQL.90).gif Errors Gets a reference to the AdomdErrorCollection contained by the exception.
ms141619.pubproperty(de-de,SQL.90).gif HelpLink Overridden. Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception.
ms141619.pubproperty(de-de,SQL.90).gif InnerException  (inherited from Exception )
ms141619.pubproperty(de-de,SQL.90).gif Message Overridden. Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception.
ms141619.pubproperty(de-de,SQL.90).gif Source Overridden. Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception.
ms141619.pubproperty(de-de,SQL.90).gif StackTrace  (inherited from Exception )
ms141619.pubproperty(de-de,SQL.90).gif TargetSite  (inherited from Exception )

Nach oben

Protected Properties

  Name Description
ms141619.protproperty(de-de,SQL.90).gif HResult  (inherited from Exception )

Nach oben

Public Methods

(see also Protected Methods )

  Name Description
ms141619.pubmethod(de-de,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms141619.pubmethod(de-de,SQL.90).gif GetBaseException  (inherited from Exception )
ms141619.pubmethod(de-de,SQL.90).gif GetHashCode  (inherited from Object )
ms141619.pubmethod(de-de,SQL.90).gif GetObjectData Overridden. Sets the specified System.Runtime.Serialization.SerializationInfo with information about the exception.
ms141619.pubmethod(de-de,SQL.90).gif GetType  (inherited from Exception )
ms141619.pubmethod(de-de,SQL.90).gifms141619.static(de-de,SQL.90).gif ReferenceEquals  (inherited from Object )
ms141619.pubmethod(de-de,SQL.90).gif ToString  (inherited from Exception )

Nach oben

Protected Methods

  Name Description
ms141619.protmethod(de-de,SQL.90).gif Finalize  (inherited from Object )
ms141619.protmethod(de-de,SQL.90).gif MemberwiseClone  (inherited from Object )

Nach oben

Siehe auch

Verweis

AdomdErrorResponseException Class
Microsoft.AnalysisServices.AdomdClient Namespace