Table of Contents

Constructor NoValueForNotNullColumnException

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

NoValueForNotNullColumnException()

Initializes a new instance of the NoValueForNotNullColumnException class.

public NoValueForNotNullColumnException()

NoValueForNotNullColumnException(string)

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

public NoValueForNotNullColumnException(string message)

Parameters

message string

The message that describes the error.