Table of Contents

Class BadQueryException

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class BadQueryException : Exception, ISerializable
Inheritance
BadQueryException
Implements
Inherited Members
Extension Methods

Constructors

BadQueryException()

public BadQueryException()

BadQueryException(SerializationInfo, StreamingContext)

protected BadQueryException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

BadQueryException(string)

public BadQueryException(string message)

Parameters

message string

BadQueryException(string, Exception)

public BadQueryException(string message, Exception innerException)

Parameters

message string
innerException Exception