C# XML comment to say 'no exceptions thrown'?

121 views Asked by At

In C# XML comments, we have the <exception> tag to say that a method throws a particular type of exception.

What is the best way to tell the library users that a method does not throw any (expected) exceptions? Is the absense of <exception> tags enough? Or is there a special XML tag that I missed?

0

There are 0 answers