Class DownloadStringEventArgs
Event args for string download completed.
Inherited Members
Namespace: Evergine.Common.System
Assembly: Evergine.Common.dll
Syntax
public class DownloadStringEventArgs : EventArgs
Constructors
DownloadStringEventArgs(string, Exception)
Initializes a new instance of the Download
Declaration
public DownloadStringEventArgs(string result, Exception exception)
Parameters
Properties
Exception
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |
Result
Gets the result.
Declaration
public string Result { get; }
Property Value
Type | Description |
---|---|
string |