C# Class ZocMonLib.ExceptionExtension

Show file Open project: Zocdoc/ZocMon

Public Methods

Method Description
ThrowIfNaN ( this value, string name ) : void
ThrowIfNull ( this value, string name ) : void

Method Details

ThrowIfNaN() public static method

public static ThrowIfNaN ( this value, string name ) : void
value this
name string
return void

ThrowIfNull() public static method

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