Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Monads
TryException
C# Class Monads.TryException
Exception used by family of
Try{T}
classes to throw it's own exceptions.
Inheritance:
Exception
Datei anzeigen
Open project: aahoogendoorn/monads
Public Methods
Method
Description
TryException
(
string
message
) :
System
Constructor
Method Details
TryException()
public
method
Constructor
public
TryException
(
string
message
) :
System
message
string
Message for exception, formatted with the
parameters
return
System