DeserializationException Constructor (String, Exception) | 
 
                Construct a DeserializationException
            
 
    Namespace: 
   MaxMind.Db
    Assembly:
   MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntaxpublic 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 -> DeserializationExceptionParameters
- message
 - Type: SystemString
 - innerException
 - Type: SystemException
The underlying exception that caused this one. 
See Also