C# 클래스 Helios.HeliosException

상속: System.Exception
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
HeliosException ( ) : System
HeliosException ( string message, Exception inner = null ) : System

메소드 상세

HeliosException() 공개 메소드

public HeliosException ( ) : System
리턴 System

HeliosException() 공개 메소드

public HeliosException ( string message, Exception inner = null ) : System
message string
inner System.Exception
리턴 System