C# 클래스 Hephaestus.Classes.Exceptions.ExceptionBase

상속: Exception
파일 보기 프로젝트 열기: ArmaAchilles/Hephaestus

보호된 메소드들

메소드 설명
ExceptionBase ( ) : System
ExceptionBase ( string message ) : System
ExceptionBase ( string message, Exception innerException ) : System

메소드 상세

ExceptionBase() 보호된 메소드

protected ExceptionBase ( ) : System
리턴 System

ExceptionBase() 보호된 메소드

protected ExceptionBase ( string message ) : System
message string
리턴 System

ExceptionBase() 보호된 메소드

protected ExceptionBase ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System