Click or drag to resize
DeserializationException Constructor (String, Exception)
Construct a DeserializationException

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

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:MaxMind.Db.DeserializationException.#ctor(System.String,System.Exception)"]

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