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.

AdomdErrorResponseException 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetBaseException (繼承自 Exception。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetObjectData Sets the specified System.Runtime.Serialization..::..SerializationInfo with information about the exception. (覆寫 Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext)。)
公用方法 GetType (繼承自 Exception。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Exception。)

頂端

屬性

  名稱 描述
公用屬性 Data (繼承自 Exception。)
公用屬性 ErrorCode Gets the value of the ErrorCode property from the first AdomdError in the Errors collection contained by the AdomdErrorResponseException.
公用屬性 Errors Gets a reference to the AdomdErrorCollection contained by the exception.
公用屬性 HelpLink Gets the value of the HelpLink property from the first AdomdError in the Errors collection contained by the exception. (覆寫 Exception. . :: . .HelpLink。)
受保護的屬性 HResult (繼承自 Exception。)
公用屬性 InnerException (繼承自 Exception。)
公用屬性 Message Gets the value of the Message property from the first AdomdError in the Errors collection contained by the exception. (覆寫 Exception. . :: . .Message。)
公用屬性 Source Gets the value of the Source property from the first AdomdError in the Errors collection contained by the exception. (覆寫 Exception. . :: . .Source。)
公用屬性 StackTrace (繼承自 Exception。)
公用屬性 TargetSite (繼承自 Exception。)

頂端