GenericException(String) Constructor
Initializes a new instance of the GenericException class with a specified error message.
Namespace: Application.HelperAssembly: Application.Helper (in Application.Helper.dll) Version: 2.0.5
public GenericException(
string message
)
Parameters
- message String
- The message that describes the error.