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 DownloadStringEventArgs class.
Declaration
public DownloadStringEventArgs(string result, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
string | result | The result. |
Exception | exception | The exception. |
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 |