Csharp

From campisano.org
Jump to navigation Jump to search

Hibernate

Multiple assemblies into single assembly

Exception Handling

If you are designing an application that needs to create its own exceptions, you are advised to derive custom exceptions from the Exception class. It was originally thought that custom exceptions should derive from the ApplicationException class; however in practice this has not been found to add significant value.