Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SolidStack
Core
Guards
GuardClauseException
C# Class 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.
Inheritance:
Exception
Afficher le fichier
Open project: maximegel/solidstack
Méthodes publiques
Méthode
Description
GuardClauseException
(
string
message
) :
System
Method Details
GuardClauseException()
public
méthode
public
GuardClauseException
(
string
message
) :
System
message
string
Résultat
System