C# 클래스 Subtext.Framework.Exceptions.BaseSubtextException

상속: System.Exception
파일 보기 프로젝트 열기: ayende/Subtext

보호된 메소드들

메소드 설명
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.

메소드 상세

BaseSubtextException() 보호된 메소드

Creates a new BaseSubtextException instance.
protected BaseSubtextException ( ) : System
리턴 System

BaseSubtextException() 보호된 메소드

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

BaseSubtextException() 보호된 메소드

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

BaseSubtextException() 보호된 메소드

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.
리턴 System