Skip to main content

Auki::ConjureKit::Manna::FramestampOutOfBoundsException

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

Inherits from Exception

Public Functions

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

Public Functions Documentation

function FramestampOutOfBoundsException

FramestampOutOfBoundsException(
string message
)

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

Parameters:

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