Table of Contents

Method EnsureNotNull

Namespace: Sisk.Core.Http.Hosting
Assembly: Sisk.Core.dll

EnsureNotNull(string)

Ensures that the parameter defined by name parameterName is present in this collection.

public void EnsureNotNull(string parameterName)

Parameters

parameterName string

The parameter name which will be evaluated.

Remarks

If the parameter doens't meet the above requirements, an ArgumentNullException exception is thrown.