Class ModelNotDownloadedException
- Namespace
- LMKit.Exceptions
- Assembly
- LM-Kit.NET.dll
Represents an exception that is thrown when a model cannot be downloaded from a specified URI.
public sealed class ModelNotDownloadedException : Exception, ISerializable
- Inheritance
-
ModelNotDownloadedException
- Implements
- Inherited Members
Remarks
This exception is specifically designed to handle scenarios where the download of a model fails due to various reasons such as network errors, incorrect URI, or server-side issues.
It contains an inner exception that provides more details about the root cause of the failure.
Properties
- Message
Gets a message that describes the current exception.