Table of Contents

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

message string

The 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)

Parameters

message string

The message that describes the error.

innerException Exception

The exception that is the cause of the current exception.