C# 클래스 HeaviSoft.FrameworkBase.Core.ExpcetionEx.StartupException

启动异常
상속: System.Exception
파일 보기 프로젝트 열기: heavis/Documentor_V01R01

공개 메소드들

메소드 설명
StartupException ( ) : System
StartupException ( string message ) : System
StartupException ( string message, Exception ex ) : System

메소드 상세

StartupException() 공개 메소드

public StartupException ( ) : System
리턴 System

StartupException() 공개 메소드

public StartupException ( string message ) : System
message string
리턴 System

StartupException() 공개 메소드

public StartupException ( string message, Exception ex ) : System
message string
ex System.Exception
리턴 System