Click or drag to resize

DeserializationException Constructor (String, Exception)

Initializes a new instance of the DeserializationException class.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DeserializationException(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString
The message.
ex
Type: SystemException
The ex.
See Also