'Declaration
Public Delegate Sub LxDeserializerErrorHandler( _ ByVal msg As System.String, _ ByVal severity As LxErrorSeverity, _ ByVal errorCode As LxErrorCode, _ ByVal location As TextLocation, _ ByVal targetObject As System.Object _ )
public delegate void LxDeserializerErrorHandler( System.string msg, LxErrorSeverity severity, LxErrorCode errorCode, TextLocation location, System.object targetObject )
Parameters
- msg
- The error message describing the issue
- severity
- The severity of the error
- errorCode
- The error code providing detail about the issue
- location
- The location of the issue in the source XML document
- targetObject
- The object the data is being de-serialized into (a Liquid XML Objects generated class)