Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
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
ファイルを表示
Open project: maximegel/solidstack
Public Methods
Method
Description
GuardClauseException
(
string
message
) :
System
Method Details
GuardClauseException()
public
method
public
GuardClauseException
(
string
message
) :
System
message
string
return
System