Public Overloads Sub AddError( _ ByVal ErrorCode As XdsErrorCode, _ ByVal CodeContext As String, _ ByVal Location As String _ )
Dim instance As XdsRegistryResponse Dim ErrorCode As XdsErrorCode Dim CodeContext As String Dim Location As String instance.AddError(ErrorCode, CodeContext, Location)
public void AddError( XdsErrorCode ErrorCode, string CodeContext, string Location )
public: void AddError( XdsErrorCode ErrorCode, String^ CodeContext, String^ Location )
Parameters
- ErrorCode
- The XDS specific error code to use.
- CodeContext
- The CodeContext for the new error
- Location
- The Location for the new error