C# Class Subtext.Framework.Tracking.CommunityCreditNotificationException

Inheritance: System.ApplicationException
Mostra file Open project: ayende/Subtext

Public Methods

Method Description
CommunityCreditNotificationException ( ) : System
CommunityCreditNotificationException ( string message ) : System
CommunityCreditNotificationException ( string message, Exception innerException ) : System

Method Details

CommunityCreditNotificationException() public method

public CommunityCreditNotificationException ( ) : System
return System

CommunityCreditNotificationException() public method

public CommunityCreditNotificationException ( string message ) : System
message string
return System

CommunityCreditNotificationException() public method

public CommunityCreditNotificationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System