Class AiDotNetException
- Namespace
- AiDotNet.Exceptions
- Assembly
- AiDotNet.dll
Base exception for all AiDotNet-specific exceptions.
public class AiDotNetException : Exception, ISerializable
- Inheritance
-
AiDotNetException
- Implements
- Derived
- Inherited Members
Constructors
AiDotNetException()
Initializes a new instance of the AiDotNetException class.
public AiDotNetException()
AiDotNetException(string)
Initializes a new instance of the AiDotNetException class with a specified error message.
public AiDotNetException(string message)
Parameters
messagestringThe message that describes the error.
AiDotNetException(string, Exception)
Initializes a new instance of the AiDotNetException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public AiDotNetException(string message, Exception innerException)