C# 클래스 Monads.TryException

Exception used by family of Try{T} classes to throw it's own exceptions.
상속: Exception
파일 보기 프로젝트 열기: aahoogendoorn/monads

공개 메소드들

메소드 설명
TryException ( string message ) : System

Constructor

메소드 상세

TryException() 공개 메소드

Constructor
public TryException ( string message ) : System
message string Message for exception, formatted with the parameters
리턴 System