ComErrorRecord Members

Include Protected Members
Include Inherited Members

Represents information for an error generated by a replication agent.

The ComErrorRecord type exposes the following members.

Constructors

  Name Description
Public method ComErrorRecord() Creates an instance of the ComErrorRecord class.
Public method ComErrorRecord(String, String, Int32) Creates an instance of the ComErrorRecord class and settings properties of the error.

Top

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() (Inherited from Object.)

Top

Properties

  Name Description
Public property Description A description of the error.
Public property ErrorNumber The numeric error code.
Public property SourceType A value that identifies the source of the error.

Top