Skip to main content

DeserializationErrorDelegate

Assembly: ServiceStack.Text.dll
View Source
Declaration
public delegate void DeserializationErrorDelegate(object instance, Type propertyType, string propertyName, string propertyValueStr, Exception ex);