ProGet SDK Reference
Version:

DockerException(int statusCode, string errorCode, string message) Constructor

Initializes a new instance of the DockerException class.

Syntax

public .ctor(int statusCode, string errorCode, string message)

Parameters

statusCode
Type: int

The associated HTTP status code of the error.

errorCode
Type: string

The Docker error code.

message
Type: string

The error message.