ArgumentNullError Constructor |
Error to use when the supplied argument was null
Namespace: Entelect.ErrorHandlingAssembly: Entelect (in Entelect.dll) Version: 0.0.79
Syntaxpublic ArgumentNullError(
string parameterName
)
Parameters
- parameterName
- Type: SystemString
The name of the parameter that was supplied which was null
See Also