Click or drag to resize

DeserializationException Constructor (String, Object)

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 format,
	params Object[] args
)

Parameters

format
Type: SystemString
The format.
args
Type: SystemObject
The args.
See Also