C# Класс ClrCoder.Validation.VxCore

Validation class.
Показать файл Открыть проект

Открытые методы

Метод Описание
Throw ( string callerFilePath, int callerLineNumber ) : void

Generic validation throw method.

Описание методов

Throw() публичный статический Метод

Generic validation throw method.
public static Throw ( string callerFilePath, int callerLineNumber ) : void
callerFilePath string Calling member file path.
callerLineNumber int Calling member line number.
Результат void