ValidationErrorsCollector.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(Int32, String) | |
Add(String, String, Int32, Int32, Int32, String) |
Add(Int32, String)
Add(String, String, Int32, Int32, Int32, String)
public:
void Add(System::String ^ segmentName, System::String ^ fieldName, int fieldNumber, int sequenceNumber, int errorCode, System::String ^ errorDescription);
public void Add (string segmentName, string fieldName, int fieldNumber, int sequenceNumber, int errorCode, string errorDescription);
member this.Add : string * string * int * int * int * string -> unit
Public Sub Add (segmentName As String, fieldName As String, fieldNumber As Integer, sequenceNumber As Integer, errorCode As Integer, errorDescription As String)
Parameters
- segmentName
- String
- fieldName
- String
- fieldNumber
- Int32
- sequenceNumber
- Int32
- errorCode
- Int32
- errorDescription
- String