C# Class Subtext.Framework.ExtendedPropertiesOverFlowException

Inheritance: System.Exception
Show file Open project: ayende/Subtext

Public Methods

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

Method Details

ExtendedPropertiesOverFlowException() public method

public ExtendedPropertiesOverFlowException ( ) : System
return System

ExtendedPropertiesOverFlowException() public method

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

ExtendedPropertiesOverFlowException() public method

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