Sdílet prostřednictvím


AdomdError Members

Include Protected Members
Include Inherited Members

Represents a server or provider-specific error.

The AdomdError type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String that represents the current Object. (Overrides Object.ToString().)

Top

Properties

  Name Description
Public property ErrorCode Gets the error code of the AdomdError.
Public property HelpLink Gets a link to the Help file associated with the AdomdError.
Public property Location Gets the AdomdErrorLocation describing the location of the error.
Public property Message Gets the error message of the AdomdError.
Public property Source Gets the name of the application or object that caused the error associated with the AdomdError.

Top