C# 클래스 ConoHaNet.Objects.File.ExtractArchiveError

Represents an error which occurred while extracting a file during an Extract Archive operation.
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa

공개 메소드들

메소드 설명
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