C# Class Monads.TryException

Exception used by family of Try{T} classes to throw it's own exceptions.
Inheritance: Exception
显示文件 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