C# Class Subtext.Framework.Exceptions.BaseSubtextException

Inheritance: System.Exception
显示文件 Open project: ayende/Subtext

Protected Methods

Method 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 method

Creates a new BaseSubtextException instance.
protected BaseSubtextException ( ) : System
return System

BaseSubtextException() protected method

Creates a new BaseSubtextException instance.
protected BaseSubtextException ( Exception innerException ) : System
innerException System.Exception Inner exception.
return System

BaseSubtextException() protected method

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

BaseSubtextException() protected method

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.
return System