Public Function New( _ ByVal e As Exception, _ ByVal ErrorCode As XdsErrorCode _ )
Dim e As Exception Dim ErrorCode As XdsErrorCode Dim instance As New XdsQueryResponse(e, ErrorCode)
public XdsQueryResponse( Exception e, XdsErrorCode ErrorCode )
public: XdsQueryResponse( Exception^ e, XdsErrorCode ErrorCode )
Parameters
- e
- The exception to use to initialise a new XdsError
- ErrorCode
- The XDS specific error code to use.