Table of Contents

Class QuestConfigurationException

Namespace
Uncreated.Warfare.Exceptions
Assembly
Uncreated.Warfare.dll

Thrown when configuration data for a quest is invalid.

public class QuestConfigurationException : GameConfigurationException, ISerializable
Inheritance
QuestConfigurationException
Implements
Inherited Members

Constructors

QuestConfigurationException(string)

public QuestConfigurationException(string message)

Parameters

message string

QuestConfigurationException(Type, string)

public QuestConfigurationException(Type templateType, string reason)

Parameters

templateType Type
reason string

Properties

QuestTemplateType

public Type? QuestTemplateType { get; }

Property Value

Type