C# Class Subtext.Framework.Tracking.CommunityCreditNotificationException

Inheritance: System.ApplicationException
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
CommunityCreditNotificationException ( ) : System
CommunityCreditNotificationException ( string message ) : System
CommunityCreditNotificationException ( string message, Exception innerException ) : System

Method Details

CommunityCreditNotificationException() public méthode

public CommunityCreditNotificationException ( ) : System
Résultat System

CommunityCreditNotificationException() public méthode

public CommunityCreditNotificationException ( string message ) : System
message string
Résultat System

CommunityCreditNotificationException() public méthode

public CommunityCreditNotificationException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System