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

系统未知错误
상속: System.Exception
파일 보기 프로젝트 열기: heavis/Documentor_V01R01

공개 메소드들

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

메소드 상세

UnknownException() 공개 메소드

public UnknownException ( ) : System
리턴 System

UnknownException() 공개 메소드

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

UnknownException() 공개 메소드

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