Click or drag to resize
GeonBit.Exceptions Namespace

[Missing <summary> documentation for "N:GeonBit.Exceptions"]

Classes
  ClassDescription
Public classInternalError
Thrown for unexpected internal errors in the engine.
Public classInvalidActionException
Thrown for unsupported / invalid actions. For example, if the user tries to set bones for a material that doesn't support skinned animation.
Public classInvalidValueException
Thrown when the user provided invalid value to a built-in function.
Public classOutOfRangeException
Thrown when user tries to reach out-of-range index.
Public classUnsupportedTypeException
Thrown for unsupported types / classes. For example, if the user tries to load an unsupported effect type.