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