C# Класс SolidStack.Core.Guards.GuardClauseException

The exception that is thrown when the guard clause (i.e. pre-condition / post-condition) of a method isn't respected.
That kind of exception should never be catch.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
GuardClauseException ( string message ) : System

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

GuardClauseException() публичный Метод

public GuardClauseException ( string message ) : System
message string
Результат System