Table of Contents

Constructor InvalidParamterValueException

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

InvalidParamterValueException()

Initializes a new instance of the InvalidParamterValueException class.

public InvalidParamterValueException()

InvalidParamterValueException(string)

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

public InvalidParamterValueException(string message)

Parameters

message string

The message that describes the error.