Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 479 Bytes

RCS1079.md

File metadata and controls

25 lines (17 loc) · 479 Bytes

RCS1079: Throwing of new NotImplementedException

Property Value
Id RCS1079
Category General
Severity None

Example

Code with Diagnostic

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

See Also

(Generated with DotMarkdown)