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 SourceResultLakeClientException(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 SourceStatusCode
Gets the status code.
Declaration
public HttpStatusCode StatusCode { get; }
Property Value
| Type | Description |
|---|---|
| HttpStatusCode | The status code. |
Uri
Gets the URI.
Declaration
public string Uri { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The URI. |