ComErrorRecord 构造函数 (String, String, Int32)
Creates an instance of the ComErrorRecord class and settings properties of the error.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)
语法
声明
Public Sub New ( _
sourceType As String, _
description As String, _
errorNumber As Integer _
)
用法
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
)
参数
- sourceType
类型:System. . :: . .String
Value that identifies the source of the error.
- description
类型:System. . :: . .String
Description of the error.
- errorNumber
类型:System. . :: . .Int32
Numeric error code.