Table of Contents

Constructor TableNotFoundException

Namespace
YndigoBlue.Velocity.Exceptions
Assembly
YndigoBlue.Velocity.dll

TableNotFoundException()

Initializes a new instance of the TableNotFoundException class.

public TableNotFoundException()

TableNotFoundException(string)

Initializes a new instance of the TableNotFoundException class with a specified error message.

public TableNotFoundException(string message)

Parameters

message string

The message that describes the error.