C# Class Subtext.Framework.BlogAssemblyConfigException

Inheritance: System.Exception
Exibir arquivo Open project: ayende/Subtext

Public Methods

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

Method Details

BlogAssemblyConfigException() public method

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

BlogAssemblyConfigException() public method

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