Hi,
Is there documented anywhere what exceptions are thrown when an error occurs when calling AppendToStreamAsync. I’ve gone through the XML comments and can’t find anything.
Any pointers appreciated.
Kind regards
Sean.
Hi,
Is there documented anywhere what exceptions are thrown when an error occurs when calling AppendToStreamAsync. I’ve gone through the XML comments and can’t find anything.
Any pointers appreciated.
Kind regards
Sean.
That is reasonable documentation to add. Its mostly just null/empty
checks on the parameters in the actual async call
Or are you looking for the exceptions on the completion of the async operation?