Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.