Method EnsureNotNull
EnsureNotNull(string)
Ensures that the parameter defined by name parameterName
is present in this collection.
public void EnsureNotNull(string parameterName)
Parameters
parameterName
stringThe parameter name which will be evaluated.
Remarks
If the parameter doens't meet the above requirements, an ArgumentNullException exception is thrown.