Table of Contents

Class ComponentNotFoundException

Namespace
Uncreated.Warfare.Util.List
Assembly
Uncreated.Warfare.dll
public class ComponentNotFoundException : Exception, ISerializable
Inheritance
ComponentNotFoundException
Implements
Inherited Members

Constructors

ComponentNotFoundException(Type, object)

public ComponentNotFoundException(Type type, object context)

Parameters

type Type
context object

ComponentNotFoundException(Type, string)

public ComponentNotFoundException(Type type, string message)

Parameters

type Type
message string

Properties

Type

public Type Type { get; }

Property Value

Type