C# Class ExpansionDownloader.Service.DownloaderService.GenerateSaveFileError

Exception thrown from methods called by generateSaveFile() for any fatal error.
Inheritance: System.Exception
Afficher le fichier Open project: mattleibow/Android.Play.ExpansionLibrary

Méthodes publiques

Méthode Description
GenerateSaveFileError ( ExpansionDownloadStatus status, string message ) : System

Initializes a new instance of the GenerateSaveFileError class.

Method Details

GenerateSaveFileError() public méthode

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