C# 클래스 SeeingSharp.SeeingSharpGraphicsException

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

공개 메소드들

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

Initializes a new instance of the SeeingSharpGraphicsException class.

SeeingSharpGraphicsException ( string message, Exception innerException ) : System

Initializes a new instance of the SeeingSharpGraphicsException class.

메소드 상세

SeeingSharpGraphicsException() 공개 메소드

Initializes a new instance of the SeeingSharpGraphicsException class.
public SeeingSharpGraphicsException ( string message ) : System
message string The message.
리턴 System

SeeingSharpGraphicsException() 공개 메소드

Initializes a new instance of the SeeingSharpGraphicsException class.
public SeeingSharpGraphicsException ( string message, Exception innerException ) : System
message string The message.
innerException Exception The inner exception.
리턴 System