Click or drag to resize
OutOfQueriesException Constructor (String, Exception)
Initializes a new instance of the OutOfQueriesException class.

Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public OutOfQueriesException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
A message explaining the cause of the error.
innerException
Type: SystemException
The inner exception.
See Also