Table of Contents

Class NotIncludedException

Namespace
Uncreated.Warfare.Database
Assembly
Uncreated.Warfare.dll

Thrown when data is not included in a query.

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

Constructors

NotIncludedException(SerializationInfo, StreamingContext)

protected NotIncludedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

NotIncludedException(string)

public NotIncludedException(string propertyName)

Parameters

propertyName string

NotIncludedException(string, Exception)

public NotIncludedException(string propertyName, Exception inner)

Parameters

propertyName string
inner Exception