Class TagNotFoundException
The exception that is thrown when the tag is not found in ISqlCollection.
Implements
Inherited Members
Namespace: YeSql.Net
Assembly: YeSql.Net.dll
Syntax
public class TagNotFoundException : Exception, ISerializable
Constructors
Name | Description |
---|---|
TagNotFoundException() | Initializes a new instance of the TagNotFoundException class with a default message. |
TagNotFoundException(String) | Initializes a new instance of the TagNotFoundException class with the a specified error message. |