Class RuntimeException
- Namespace
- LMKit.Exceptions
- Assembly
- LM-Kit.NET.dll
Represents errors that occur during application execution.
public sealed class RuntimeException : Exception, ISerializable
- Inheritance
-
RuntimeException
- Implements
- Inherited Members
Remarks
This class is a type of exception that indicates exceptions that can only be detected during runtime.
It is the base class for exceptions that are thrown due to a violation of the logical application flow and other runtime failures.