Click or drag to resize

StiPropertyNotFoundEventArgs Constructor

Initializes a new instance of the StiPropertyNotFoundEventArgs class

Namespace:  Stimulsoft.Base.Serializing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public StiPropertyNotFoundEventArgs(
	string propertyName,
	Type propertyType
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyNotFoundEventArgs.#ctor(System.String,System.Type)"]

propertyType
Type: SystemType

[Missing <param name="propertyType"/> documentation for "M:Stimulsoft.Base.Serializing.StiPropertyNotFoundEventArgs.#ctor(System.String,System.Type)"]

See Also