Public Overloads Sub AddError( _ ByVal Exception As Exception, _ ByVal ErrorCode As XdsErrorCode _ )
Dim instance As XdsRegistryResponse Dim Exception As Exception Dim ErrorCode As XdsErrorCode instance.AddError(Exception, ErrorCode)
public void AddError( Exception Exception, XdsErrorCode ErrorCode )
public: void AddError( Exception^ Exception, XdsErrorCode ErrorCode )
Parameters
- Exception
- The Exception to obtain error information from
- ErrorCode
- The XDS specific error code to use.