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.