Click or drag to resize
ArgumentNullError Constructor
Error to use when the supplied argument was null

Namespace: Entelect.ErrorHandling
Assembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntax
C#
public ArgumentNullError(
	string parameterName
)

Parameters

parameterName
Type: SystemString
The name of the parameter that was supplied which was null
See Also