C# Class ExpansionDownloader.Service.DownloaderService.GenerateSaveFileError

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

Public Methods

Method Description
GenerateSaveFileError ( ExpansionDownloadStatus status, string message ) : System

Initializes a new instance of the GenerateSaveFileError class.

Method Details

GenerateSaveFileError() public method

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