Click or drag to resize

DeserializationException Constructor (String, Exception)

Construct a DeserializationException

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.4.0
Syntax
public DeserializationException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
The underlying exception that caused this one.
See Also