RuntimeHelper.ConstructBTARNException Method

Definition

public:
 static System::Xml::XmlDocument ^ ConstructBTARNException(Microsoft::Solutions::BTARN::ConfigurationManager::GlobalMessageExceptionCode exceptionCode, System::String ^ componentCode, System::String ^ errorDescription);
public static System.Xml.XmlDocument ConstructBTARNException (Microsoft.Solutions.BTARN.ConfigurationManager.GlobalMessageExceptionCode exceptionCode, string componentCode, string errorDescription);
static member ConstructBTARNException : Microsoft.Solutions.BTARN.ConfigurationManager.GlobalMessageExceptionCode * string * string -> System.Xml.XmlDocument
Public Shared Function ConstructBTARNException (exceptionCode As GlobalMessageExceptionCode, componentCode As String, errorDescription As String) As XmlDocument

Parameters

componentCode
String
errorDescription
String

Returns

Applies to