Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Core.dll Namespace: CloudNimble.EasyAF.Core Inheritance: System.Object

Syntax

Summary

Provides methods for ensuring that method arguments meet specific criteria. This class provides a consistent way to validate arguments and throw appropriate exceptions.

Examples

Methods

ArgumentNotNull

Ensures that the specified argument is not null.

Syntax

Parameters

Exceptions

ArgumentNotNullOrWhiteSpace

Ensures that the specified argument is not null or whitespace.

Syntax

Parameters

Exceptions