Show / Hide Table of Contents

Class ResultLakeClientException

An exception thrown by the Result Lake client and handled by the WorkerExecutor.

Inheritance
System.Object
ResultLakeClientException
Namespace: DNVGL.One.Compute.WorkerHost.ResultLake
Assembly: DNVGL.One.Compute.WorkerHost.dll
Syntax
public class ResultLakeClientException : Exception

Constructors

View Source

ResultLakeClientException(String, HttpStatusCode, String, Exception)

Initializes a new instance of the ResultLakeClientException class.

Declaration
public ResultLakeClientException(string message, HttpStatusCode statusCode, string uri, Exception innerException = null)
Parameters
Type Name Description
System.String message

The message.

HttpStatusCode statusCode

The status code.

System.String uri

The attempted request URI.

Exception innerException

The inner exception.

Properties

View Source

StatusCode

Gets the status code.

Declaration
public HttpStatusCode StatusCode { get; }
Property Value
Type Description
HttpStatusCode

The status code.

View Source

Uri

Gets the URI.

Declaration
public string Uri { get; }
Property Value
Type Description
System.String

The URI.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.