'Declaration
Public Function New( _ ByVal msg As System.String, _ ByVal severity As LxErrorSeverity, _ ByVal errorCode As LxErrorCode, _ Optional ByVal location As TextLocation, _ Optional ByVal targetObject As System.Object _ )
public LxSerializationException( 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
- may be null
- targetObject
- The object that the error occurred on