property | value |
---|---|
IDE | Visual Studio |
Language | C# |
Title | throw new NotImplementedException |
Shortcut | twn |
Description | throw new NotImplementedException |
Snippet Types | Expansion |
Namespaces | System |
Placeholders
Identifier | Tooltip | Default Value | Editable | Function | Type Name |
---|---|---|---|---|---|
_exceptionMessage | Exception message | message | yes |
Code
throw new NotImplementedException(message);