C# Class ClrCoder.Validation.VxCore

Validation class.
Show file Open project: dmitriyse/ClrCoder

Public Methods

Method Description
Throw ( string callerFilePath, int callerLineNumber ) : void

Generic validation throw method.

Method Details

Throw() public static method

Generic validation throw method.
public static Throw ( string callerFilePath, int callerLineNumber ) : void
callerFilePath string Calling member file path.
callerLineNumber int Calling member line number.
return void