GenericException Class

Represents errors that occur during application execution.

Definition

Namespace: Application.Helper
Assembly: Application.Helper (in Application.Helper.dll) Version: 2.0.5
C#
public class GenericException : Exception
Inheritance
Object    Exception    GenericException

Constructors

GenericExceptionInitializes 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.

Methods

FormatException(Exception)Formats an exception as a string.
FormatException(String, Exception)Formats an exception as a string.

See Also