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.