Table of Contents

Class LayoutConfigurationException

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

Thrown when a component in a layout has invalid configuration data.

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

Constructors

LayoutConfigurationException(string)

public LayoutConfigurationException(string message)

Parameters

message string

LayoutConfigurationException(ILayoutPhase, string)

public LayoutConfigurationException(ILayoutPhase phase, string reason)

Parameters

phase ILayoutPhase
reason string

LayoutConfigurationException(ITeamManager<Team>, string)

public LayoutConfigurationException(ITeamManager<Team> teamManager, string reason)

Parameters

teamManager ITeamManager<Team>
reason string

Properties

Component

public object? Component { get; }

Property Value

object