I have read a few of the other questions regarding C# Exception Handling Practices but none seem to ask what I am looking for.
If I implement my own custom Exception
if you run the code snippet for 'Exception' in Visual Studio you have a template of a good practice exception writing.