IComErrorRecord.ErrorNumber Property
Gets the numeric error code.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
ReadOnly Property ErrorNumber As Integer
Get
'Usage
Dim instance As IComErrorRecord
Dim value As Integer
value = instance.ErrorNumber
int ErrorNumber { get; }
property int ErrorNumber {
int get ();
}
abstract ErrorNumber : int
function get ErrorNumber () : int
Property Value
Type: System.Int32
The numeric error code.