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
messagestring
RecordsNotFoundException(string, Exception)
public RecordsNotFoundException(string message, Exception inner)