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 | |
---|---|---|
![]() |
ComErrorRecord() | Creates an instance of the ComErrorRecord class. |
![]() |
ComErrorRecord(String, String, Int32) | Creates an instance of the ComErrorRecord class and settings properties of the error. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | A description of the error. |
![]() |
ErrorNumber | The numeric error code. |
![]() |
SourceType | A value that identifies the source of the error. |
Top