Public Function New( _ ByVal ErrorCode As XdsErrorCode, _ ByVal CodeContext As String, _ ByVal Location As String _ )
Dim ErrorCode As XdsErrorCode Dim CodeContext As String Dim Location As String Dim instance As New XdsErrorItem(ErrorCode, CodeContext, Location)
public XdsErrorItem( XdsErrorCode ErrorCode, string CodeContext, string Location )
public: XdsErrorItem( XdsErrorCode ErrorCode, String^ CodeContext, String^ Location )
Parameters
- ErrorCode
- XDS specific error code
- CodeContext
- Further information describing the error
- Location
- The locatio of the error