Table of Contents

Class InvalidModelException

Namespace
LMKit.Exceptions
Assembly
LM-Kit.NET.dll

Represents an exception that is thrown when a model is found to be invalid for a specific task.

public sealed class InvalidModelException : Exception, ISerializable
Inheritance
InvalidModelException
Implements
Inherited Members

Remarks

This exception provides details such as the path of the model and a custom message explaining why the model is invalid.
It is useful in scenarios where models need to be validated against specific criteria before use.

Properties

Message

Gets a message that describes the current exception.