HL7Error コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HL7Error(Int32, String) | |
HL7Error(String, Int32, Int32, String) | |
HL7Error(String, String, Int32, Int32, Int32) | |
HL7Error(String, String, Int32, Int32, Int32, String) |
HL7Error(Int32, String)
public:
HL7Error(int errorNo, System::String ^ parserErrorDesc);
public HL7Error (int errorNo, string parserErrorDesc);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7Error : int * string -> Microsoft.Solutions.BTAHL7.Pipelines.HL7Error
Public Sub New (errorNo As Integer, parserErrorDesc As String)
パラメーター
- errorNo
- Int32
- parserErrorDesc
- String
適用対象
HL7Error(String, Int32, Int32, String)
public:
HL7Error(System::String ^ segmentId, int sequenceNo, int errorNo, System::String ^ desc);
public HL7Error (string segmentId, int sequenceNo, int errorNo, string desc);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7Error : string * int * int * string -> Microsoft.Solutions.BTAHL7.Pipelines.HL7Error
Public Sub New (segmentId As String, sequenceNo As Integer, errorNo As Integer, desc As String)
パラメーター
- segmentId
- String
- sequenceNo
- Int32
- errorNo
- Int32
- desc
- String
適用対象
HL7Error(String, String, Int32, Int32, Int32)
public:
HL7Error(System::String ^ segmentId, System::String ^ field, int fieldNo, int sequenceNo, int errorNo);
public HL7Error (string segmentId, string field, int fieldNo, int sequenceNo, int errorNo);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7Error : string * string * int * int * int -> Microsoft.Solutions.BTAHL7.Pipelines.HL7Error
Public Sub New (segmentId As String, field As String, fieldNo As Integer, sequenceNo As Integer, errorNo As Integer)
パラメーター
- segmentId
- String
- field
- String
- fieldNo
- Int32
- sequenceNo
- Int32
- errorNo
- Int32
適用対象
HL7Error(String, String, Int32, Int32, Int32, String)
public:
HL7Error(System::String ^ segmentId, System::String ^ field, int fieldNo, int sequenceNo, int errorNo, System::String ^ altErrorDesc);
public HL7Error (string segmentId, string field, int fieldNo, int sequenceNo, int errorNo, string altErrorDesc);
new Microsoft.Solutions.BTAHL7.Pipelines.HL7Error : string * string * int * int * int * string -> Microsoft.Solutions.BTAHL7.Pipelines.HL7Error
Public Sub New (segmentId As String, field As String, fieldNo As Integer, sequenceNo As Integer, errorNo As Integer, altErrorDesc As String)
パラメーター
- segmentId
- String
- field
- String
- fieldNo
- Int32
- sequenceNo
- Int32
- errorNo
- Int32
- altErrorDesc
- String