Table of Contents

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

message string

The message that describes the error.