[]
public NotImplementedError()
Public Sub New()
Constructs a new NotImplementedError exception with the specified detail message m.
public NotImplementedError(string m)
Public Sub New(m As String)
| Type | Name | Description |
|---|---|---|
| string | m | The detail message to use |