Class BadQueryException
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
infoSerializationInfocontextStreamingContext
BadQueryException(string)
public BadQueryException(string message)
Parameters
messagestring
BadQueryException(string, Exception)
public BadQueryException(string message, Exception innerException)