Class AIClientException

AIClientException class

تمثل استثناءً خاصًا بعمليات عميل الذكاء الاصطناعي.

public class AIClientException : PdfException

Constructors

NameDescription
AIClientException(string)Initializes a new instance of the AIClientException class with a specified error message.
AIClientException(string, Exception)Initializes a new instance of the AIClientException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also