Class ModelNotLoadedException
- Namespace
- LMKit.Exceptions
- Assembly
- LM-Kit.NET.dll
Represents an exception that is thrown when a model file cannot be loaded from the specified path.
public sealed class ModelNotLoadedException : Exception, ISerializable
- Inheritance
-
ModelNotLoadedException
- Implements
- Inherited Members
Remarks
This exception addresses scenarios where a model fails to load due to issues such as file corruption, missing files, or incompatible file formats.
Properties
- Message
Gets a message that describes the current exception.