It is currently generating this:
/// <exception cref="T:System.ObjectDisposedException">thrown when this object is already disposed</exception>
My issue is the overly explicit type. Is there a way to change it to just ObjectDisposedException?
Maybe it is using a different setting somewhere in ReSharper?
In general I would like to be able to change the format of the generated XML comment for an exception. Is this possible?
It is currently generating this:
/// <exception cref="T:System.ObjectDisposedException">thrown when this object is already disposed</exception>
My issue is the overly explicit type. Is there a way to change it to just ObjectDisposedException? Maybe it is using a different setting somewhere in ReSharper?
In general I would like to be able to change the format of the generated XML comment for an exception. Is this possible?
Thanks, Josh