C# Class Subtext.Framework.IllegalPostCharactersException

Inheritance: System.Exception
ファイルを表示 Open project: ayende/Subtext

Public Methods

Method Description
IllegalPostCharactersException ( String s ) : System
IllegalPostCharactersException ( String s, Exception inner ) : System

Method Details

IllegalPostCharactersException() public method

public IllegalPostCharactersException ( String s ) : System
s String
return System

IllegalPostCharactersException() public method

public IllegalPostCharactersException ( String s, Exception inner ) : System
s String
inner System.Exception
return System