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
Показать файл Открыть проект

Открытые методы

Метод Описание
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.