Table of Contents

Class ModuleLoadException

Namespace
Shard.Server.Modules
Assembly
Shard.Server.dll

Raised when the module set cannot be ordered. Mirrors the Java ModLoadOrderException.

public sealed class ModuleLoadException : Exception, ISerializable
Inheritance
ModuleLoadException
Implements
Inherited Members

Constructors

ModuleLoadException(Kind, string)

Raised when the module set cannot be ordered. Mirrors the Java ModLoadOrderException.

public ModuleLoadException(ModuleLoadException.Kind reason, string detail)

Parameters

reason ModuleLoadException.Kind
detail string

Properties

Reason

public ModuleLoadException.Kind Reason { get; }

Property Value

ModuleLoadException.Kind