C# Class Monads.TryException

Exception used by family of Try{T} classes to throw it's own exceptions.
Inheritance: Exception
Afficher le fichier Open project: aahoogendoorn/monads

Méthodes publiques

Méthode Description
TryException ( string message ) : System

Constructor

Method Details

TryException() public méthode

Constructor
public TryException ( string message ) : System
message string Message for exception, formatted with the parameters
Résultat System