C# Class Tanka.Markdown.ParsingException

Inheritance: System.Exception
ファイルを表示 Open project: pekkah/Tanka.Markdown

Public Methods

Method Description
ParsingException ( string message, Exception inner ) : System

Method Details

ParsingException() public method

public ParsingException ( string message, Exception inner ) : System
message string
inner System.Exception
return System