'Declaration
Public Function New( _ ByVal msg As System.String, _ ByVal severity As LxErrorSeverity, _ ByVal errorCode As LxErrorCode, _ Optional ByVal location As TextLocation _ )
public LxInvalidValueException( System.string msg, LxErrorSeverity severity, LxErrorCode errorCode, TextLocation location )
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