Search Tips

RULE 8.3 REPORTING PROFESSIONAL MISCONDUCT

Effective Date: 12/13/1985

Obsolete Date: 8/1/2004

(a) A lawyer having knowledge that another lawyer has committed a violation of these rules that raises a substantial question as to that lawyer's honesty, trustworthiness, or fitness as a lawyer in other respects shall initiate proceedings under the North Dakota Rules of Disciplinary Procedure.

(b) A lawyer having knowledge that a judge has committed a violation of the North Dakota Rules of Judicial Conduct that raises a substantial question as to the judge's honesty, trustworthiness, or fitness for judicial office in other respects shall initiate proceedings under the Rules of the North Dakota Judicial Conduct Commission.

(c) This rule does not require disclosure of information protected by Rule 1.6.

COMMENT

Self-regulation of the legal profession requires that members of the profession initiate disciplinary investigation when they know of a violation of these Rules. Lawyers have a similar obligation with respect to judicial misconduct. An apparently isolated violation may indicate a pattern of misconduct that only a disciplinary investigation can uncover. Reporting a violation is especially important where the victim is unlikely to discover the offense.

A report about misconduct is not required where making the report would involve the reporting lawyer in a violation of Rule 1.6.However, a lawyer excused from reporting a violation on that ground should encourage the client to consent to disclosure where prosecution would not substantially prejudice the client's interests.

If a lawyer were obliged to report every violation of these Rules, the failure to report even technical or insubstantial violations would itself be a violation of these Rules. This Rule limits the reporting obligation to those offenses that a self-regulating profession must vigorously endeavor to prevent. A measure of judgment is, therefore, required in complying with the provisions of this Rule. Whether a violation is "substantial" depends on the seriousness of the possible offense and not the quantum of evidence of which the lawyer is aware. Similar considerations apply to the reporting of judicial misconduct.

The duty to report professional misconduct does not apply to a lawyer retained to represent a lawyer whose professional conduct is in question. Such a situation is governed by the rules applicable to the client-lawyer relationship.

Reference: Minutes of the Professional Conduct Subcommittee of the Attorney Standards Committee on 12/13/85 and 01/31/86 

Effective Date Obsolete Date
08/01/2006 View
08/01/2004 08/01/2006 View
12/13/1985 08/01/2004 View

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>