<PackageReference Include="Relativity.Kepler" Version="2.23.1" />

ServiceException

This is the base class for any exception that might come from the service.
public object ErrorDetails { get; set; }

Exception ErrorDetails.

Base class for any exception that might come from the service.

public ServiceException(string message)

Base class for any exception that might come from the service.

public ServiceException(string message, Exception innerException)

Base class for any exception that might come from the service.

Base class for any exception that might come from the service.