C# Class FluentUri.ArgumentValidationExtensions

Mostrar archivo Open project: balazsbotond/FluentUriBuilder

Public Methods

Method Description
ThrowIfNotInRange ( this value, int min, int max, string paramName ) : void
ThrowIfNull ( this value, string paramName ) : void
ThrowIfNullOrWhiteSpace ( this value, string paramName ) : void

Method Details

ThrowIfNotInRange() public static method

public static ThrowIfNotInRange ( this value, int min, int max, string paramName ) : void
value this
min int
max int
paramName string
return void

ThrowIfNull() public static method

public static ThrowIfNull ( this value, string paramName ) : void
value this
paramName string
return void

ThrowIfNullOrWhiteSpace() public static method

public static ThrowIfNullOrWhiteSpace ( this value, string paramName ) : void
value this
paramName string
return void