Table of Contents

Constructor WrongDataTypeException

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

WrongDataTypeException()

Initializes a new instance of the WrongDataTypeException class.

public WrongDataTypeException()

WrongDataTypeException(string)

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

public WrongDataTypeException(string message)

Parameters

message string

The message that describes the error.