I am including exceptions thrown in my .NET documentation. Some exceptions are used by many different methods, and I would like to create the description once for each and then include it in the Exceptions section by reference.
Thank you,
Mike
I am including exceptions thrown in my .NET documentation. Some exceptions are used by many different methods, and I would like to create the description once for each and then include it in the Exceptions section by reference.
Thank you,
Mike
A way to do this would be to create a custom project property for each exception type with a value of the description you want to use. You could then use the property value in your exception descriptions like this:
%%mycustomprojectpropertyname%%