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