Click or drag to resize

EAPNullArgException Constructor

Standard constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EAPNullArgException(
	string paramName,
	string userMessage = null,
	string developerMessage = null
)

Parameters

paramName
Type: SystemString
The name of the null parameter.
userMessage (Optional)
Type: SystemString
Optional message suitable for display to the user.
developerMessage (Optional)
Type: SystemString
Optional developer message.
See Also