Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates an instance of the ComErrorRecord class and settings properties of the error.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Sub New ( _
sourceType As String, _
description As String, _
errorNumber As Integer _
)
'Usage
Dim sourceType As String
Dim description As String
Dim errorNumber As Integer
Dim instance As New ComErrorRecord(sourceType, _
description, errorNumber)
public ComErrorRecord(
string sourceType,
string description,
int errorNumber
)
public:
ComErrorRecord(
String^ sourceType,
String^ description,
int errorNumber
)
new :
sourceType:string *
description:string *
errorNumber:int -> ComErrorRecord
public function ComErrorRecord(
sourceType : String,
description : String,
errorNumber : int
)
Parameters
- sourceType
Type: System.String
Value that identifies the source of the error.
- description
Type: System.String
Description of the error.
- errorNumber
Type: System.Int32
Numeric error code.