'Declaration
Public Function New( _ ByVal msg As System.String, _ ByVal severity As LxErrorSeverity, _ ByVal errorCode As LxErrorCode, _ ByVal filename As System.String, _ Optional ByVal location As TextLocation _ )
public LxDataInFileException( System.string msg, LxErrorSeverity severity, LxErrorCode errorCode, System.string filename, 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
- filename
- The error the file occurred in
- location
- may be null