C# 클래스 Ink.Runtime.StoryException

Exception that represents an error when running a Story at runtime. An exception being thrown of this type is typically when there's a bug in your ink, rather than in the ink engine itself!
상속: System.Exception
파일 보기 프로젝트 열기: inkle/ink

공개 메소드들

메소드 설명
StoryException ( )

Constructs a default instance of a StoryException without a message.

StoryException ( string message )

Constructs an instance of a StoryException with a message.

메소드 상세

StoryException() 공개 메소드

Constructs a default instance of a StoryException without a message.
public StoryException ( )

StoryException() 공개 메소드

Constructs an instance of a StoryException with a message.
public StoryException ( string message )
message string The error message.