We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Error Handling (markdown)
Updating usage of Service Exception Handlers for v4.
After updating to latest version I needed to add httpReq, in my code..The HandleServiceExceptionDelegate delegate must have changed
Add doc snippet to clarify that ResponseStatus needs to be decorated with DataMember, if data-contract serialization attributes have been used on the Response.
Correct the invalid datatype 'TRequest' to T
Minor punctuation fixes
removed unneeded 'just'
Created Error Handling (markdown)