C# Class Subtext.Framework.BlogFailedPostException

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

Public Methods

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

Method Details

BlogFailedPostException() public method

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

BlogFailedPostException() public method

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