MessageUtils.SetErrors(XmlDocument, ArrayList, String, PartyConfig) 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.
public:
static void SetErrors(System::Xml::XmlDocument ^ doc, System::Collections::ArrayList ^ errors, System::String ^ ver, Microsoft::Solutions::BTAHL7::Pipelines::PartyConfig ^ partyHelpDesk);
public static void SetErrors (System.Xml.XmlDocument doc, System.Collections.ArrayList errors, string ver, Microsoft.Solutions.BTAHL7.Pipelines.PartyConfig partyHelpDesk);
static member SetErrors : System.Xml.XmlDocument * System.Collections.ArrayList * string * Microsoft.Solutions.BTAHL7.Pipelines.PartyConfig -> unit
Public Shared Sub SetErrors (doc As XmlDocument, errors As ArrayList, ver As String, partyHelpDesk As PartyConfig)
Parameters
- doc
- XmlDocument
- errors
- ArrayList
- ver
- String
- partyHelpDesk
- PartyConfig