Public Function New( _ ByVal ErrorCode As XdsErrorCode, _ ByVal Location As String, _ ByVal CodeContext As String _ )
Dim ErrorCode As XdsErrorCode Dim Location As String Dim CodeContext As String Dim instance As New XdsQueryResponse(ErrorCode, Location, CodeContext)
public XdsQueryResponse( XdsErrorCode ErrorCode, string Location, string CodeContext )
public: XdsQueryResponse( XdsErrorCode ErrorCode, String^ Location, String^ CodeContext )
Parameters
- ErrorCode
- The XDS specific error code to use.
- Location
- The Location for the new error
- CodeContext
- The CodeContext for the new error