Click or drag to resize

GeneralErrorException Constructor

Initializes a new instance of the GeneralErrorException class

Namespace: Casewhere.Common.Exceptions
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GeneralErrorException(
	string message,
	bool showErrorMessage = false,
	Exception ex = null
)

Parameters

message  String
 
showErrorMessage  Boolean  (Optional)
 
ex  Exception  (Optional)
 
See Also