Table of Contents

Class RecordsNotFoundException

Namespace
Uncreated.Warfare.Configuration
Assembly
Uncreated.Warfare.dll

Thrown when certain information (usually in configuration) isn't available for use.

public class RecordsNotFoundException : Exception, ISerializable
Inheritance
RecordsNotFoundException
Implements
Inherited Members

Constructors

RecordsNotFoundException()

public RecordsNotFoundException()

RecordsNotFoundException(string)

public RecordsNotFoundException(string message)

Parameters

message string

RecordsNotFoundException(string, Exception)

public RecordsNotFoundException(string message, Exception inner)

Parameters

message string
inner Exception