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