GenericException(String) Constructor

Initializes a new instance of the GenericException class with a specified error message.

Definition

Namespace: Application.Helper
Assembly: Application.Helper (in Application.Helper.dll) Version: 2.0.5
C#
public GenericException(
	string message
)

Parameters

message  String
The message that describes the error.

See Also