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
)
Public Sub New (
message As String,
innerException As Exception
)
public:
DeserializationException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> DeserializationException
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
The underlying exception that caused this one.
See Also