Skip to main content

Auki::ConjureKit::Manna::TimestampOutOfBoundsException

Represents an exception thrown when a timestamp is outside the expected range.

Inherits from Exception

Public Functions

Name
TimestampOutOfBoundsException(string message)
Initializes a new instance of the TimestampOutOfBoundsException class with a specific error message.

Public Functions Documentation

function TimestampOutOfBoundsException

TimestampOutOfBoundsException(
string message
)

Initializes a new instance of the TimestampOutOfBoundsException class with a specific error message.

Parameters:

  • message The error message that describes the timestamp out-of-bounds exception.