C# 클래스 SeeingSharp.SeeingSharpException

상속: Exception
파일 보기 프로젝트 열기: RolandKoenig/SeeingSharp2

공개 메소드들

메소드 설명
SeeingSharpException ( string message ) : System

Creates a new CommonLibraryException object

SeeingSharpException ( string message, Exception innerException ) : System

Creates a new CommonLibraryException object

메소드 상세

SeeingSharpException() 공개 메소드

Creates a new CommonLibraryException object
public SeeingSharpException ( string message ) : System
message string
리턴 System

SeeingSharpException() 공개 메소드

Creates a new CommonLibraryException object
public SeeingSharpException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System