Class AdasException
- Namespace
- adas_core.Domain.Exceptions
- Assembly
- adas-core.Domain.dll
Represents an exception that is thrown when an error occurs within the ADAS (Advanced Driver Assistance Systems) module, providing a prefixed message for easier identification.
public class AdasException : Exception, ISerializable
- Inheritance
-
AdasException
- Implements
- Inherited Members
- Extension Methods
Constructors
AdasException(string)
Represents an exception that is thrown when an error occurs within the ADAS (Advanced Driver Assistance Systems) module, providing a prefixed message for easier identification.
public AdasException(string message)
Parameters
messagestring