public class GenericException : Exception| GenericException | Initializes a new instance of the GenericException class. |
| GenericException(String) | Initializes a new instance of the GenericException class with a specified error message. |
| GenericException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| FormatException(Exception) | Formats an exception as a string. |
| FormatException(String, Exception) | Formats an exception as a string. |