C# Class Subtext.Framework.Exceptions.BaseSubtextException

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

Méthodes protégées

Méthode Description
BaseSubtextException ( ) : System

Creates a new BaseSubtextException instance.

BaseSubtextException ( Exception innerException ) : System

Creates a new BaseSubtextException instance.

BaseSubtextException ( string message ) : System

Initializes a new instance of the BaseSubtextException class.

BaseSubtextException ( string message, Exception innerException ) : System

Initializes a new instance of the BaseSubtextException class.

Method Details

BaseSubtextException() protected méthode

Creates a new BaseSubtextException instance.
protected BaseSubtextException ( ) : System
Résultat System

BaseSubtextException() protected méthode

Creates a new BaseSubtextException instance.
protected BaseSubtextException ( Exception innerException ) : System
innerException System.Exception Inner exception.
Résultat System

BaseSubtextException() protected méthode

Initializes a new instance of the BaseSubtextException class.
protected BaseSubtextException ( string message ) : System
message string The message.
Résultat System

BaseSubtextException() protected méthode

Initializes a new instance of the BaseSubtextException class.
protected BaseSubtextException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System