<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

WebApiException

public class WebApiException : Exception
The exception thrown when a Web API failure has occured.
public WebApiException()

Initializes a new instance of the WebApiException class.

public WebApiException(string message)

Initializes a new instance of the WebApiException class.

public WebApiException(string message, Exception innerException)

Initializes a new instance of the WebApiException class.