This class represents a generic GeoIP2 error. All other exceptions thrown by the GeoIP2 API subclass this exception
See Also: Inherited members from ApplicationException.
|
Initializes a new instance of the MaxMind.GeoIP2.Exceptions.GeoIP2Exception class. | |
|
Initializes a new instance of the MaxMind.GeoIP2.Exceptions.GeoIP2Exception class. |
|
Constructor for deserialization. |
Initializes a new instance of the MaxMind.GeoIP2.Exceptions.GeoIP2Exception class.Syntax
public GeoIP2Exception (string message)Parameters
- message
- A message that describes the error.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Constructor for deserialization.Syntax
protected GeoIP2Exception (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)Parameters
- info
- The SerializationInfo with data.
- context
- The source for this deserialization.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0
Initializes a new instance of the MaxMind.GeoIP2.Exceptions.GeoIP2Exception class.Syntax
Parameters
- message
- A message that describes the error.
- innerException
- The inner exception.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 2.6.0.0