i am looking at
Is it correct that all (or in the most cases) the derived classes of System.Exception, whether user defined or system defined, are structurally equivalent to their base class System.Exception, despite of them being non nominally equivalent?
Thanks.
No. When I inherit from System.Exception I add new variables to the derived class. Some stock exceptions do the same.