C# 클래스 ExpansionDownloader.Service.DownloaderService.GenerateSaveFileError

Exception thrown from methods called by generateSaveFile() for any fatal error.
상속: System.Exception
파일 보기 프로젝트 열기: mattleibow/Android.Play.ExpansionLibrary

공개 메소드들

메소드 설명
GenerateSaveFileError ( ExpansionDownloadStatus status, string message ) : System

Initializes a new instance of the GenerateSaveFileError class.

메소드 상세

GenerateSaveFileError() 공개 메소드

Initializes a new instance of the GenerateSaveFileError class.
public GenerateSaveFileError ( ExpansionDownloadStatus status, string message ) : System
status ExpansionDownloadStatus /// The status. ///
message string /// The message. ///
리턴 System