C# Класс ConoHaNet.Objects.File.ExtractArchiveError

Represents an error which occurred while extracting a file during an Extract Archive operation.
Показать файл Открыть проект

Открытые методы

Метод Описание
ExtractArchiveError ( string path, string status ) : System

Initializes a new instance of the ExtractArchiveError class with the specified path and status.

Описание методов

ExtractArchiveError() публичный Метод

Initializes a new instance of the ExtractArchiveError class with the specified path and status.
If is . If is empty.
public ExtractArchiveError ( string path, string status ) : System
path string The path of the file affected by this error.
status string The specific status for the error affecting the file.
Результат System