C# Class ConoHaNet.Objects.File.ExtractArchiveError

Represents an error which occurred while extracting a file during an Extract Archive operation.
ファイルを表示 Open project: crowdy/OpenStack-ConoHa

Public Methods

Method Description
ExtractArchiveError ( string path, string status ) : System

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

Method Details

ExtractArchiveError() public method

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.
return System