Constructor SchemaNotFoundException
- Namespace
- YndigoBlue.Velocity.Exceptions
- Assembly
- YndigoBlue.Velocity.dll
SchemaNotFoundException()
Initializes a new instance of the SchemaNotFoundException class.
public SchemaNotFoundException()
SchemaNotFoundException(string)
Initializes a new instance of the SchemaNotFoundException class with a specified error message.
public SchemaNotFoundException(string message)
Parameters
messagestringThe message that describes the error.