Constructor TagNotFoundException
| Improve this Doc View SourceTagNotFoundException()
Initializes a new instance of the TagNotFoundException class with a default message.
Declaration
public TagNotFoundException()
TagNotFoundException(String)
Initializes a new instance of the TagNotFoundException class with the a specified error message.
Declaration
public TagNotFoundException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | The message that describes the error. |