<exception> (C# Programming Guide)
Visual Studio 2012
<exception cref="member">description</exception>
The <exception> tag lets you specify which exceptions can be thrown. This tag can be applied to definitions for methods, properties, events, and indexers.
Compile with /doc to process documentation comments to a file.
For more information about exception handling, see Exceptions and Exception Handling (C# Programming Guide).