Class QueryLimitException
[Serializable]
public class QueryLimitException : Exception, ISerializable, _Exception
- Inheritance
-
QueryLimitException
- Implements
- Inherited Members
- Extension Methods
Constructors
QueryLimitException()
public QueryLimitException()
QueryLimitException(SerializationInfo, StreamingContext)
protected QueryLimitException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
QueryLimitException(string)
public QueryLimitException(string message)
Parameters
message
string
QueryLimitException(string, Exception)
public QueryLimitException(string message, Exception inner)