Table of Contents

Class ApiException

Namespace
Spire.AI.Client
Assembly
Spire.XLS.dll
public class ApiException : Exception, ISerializable
Inheritance
ApiException
Implements
Inherited Members

Constructors

ApiException()

public ApiException()

ApiException(int, string)

public ApiException(int errorCode, string message)

Parameters

errorCode int
message string

ApiException(int, string, dynamic)

public ApiException(int errorCode, string message, dynamic errorContent = null)

Parameters

errorCode int
message string
errorContent dynamic

Properties

ErrorCode

public int ErrorCode { get; set; }

Property Value

int

ErrorContent

public dynamic ErrorContent { get; }

Property Value

dynamic