Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 349 Bytes

RCS1079.md

File metadata and controls

20 lines (14 loc) · 349 Bytes

RCS1079: Throwing of new NotImplementedException

Property Value
Id RCS1079
Severity None

Example

Code with Diagnostic

public void Foo()
{
    throw new NotImplementedException(); // RCS1079
}

(Generated with DotMarkdown)