ModelDataError(Object) Constructor

Initializes a new instance of the ModelDataError class.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public ModelDataError(
	Object instance
)

Parameters

instance  Object
Object being validated.

See Also