'Declaration
Public Delegate Sub LxSerializerErrorHandler( _ ByVal msg As System.String, _ ByVal severity As LxErrorSeverity, _ ByVal errorCode As LxErrorCode, _ ByVal targetObject As System.Object _ )
public delegate void LxSerializerErrorHandler( System.string msg, LxErrorSeverity severity, LxErrorCode errorCode, 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
- targetObject
- The object the data is being serialized (a Liquid XML Objects generated class)