UpdateDisplayError Property |
Gets error information, if an error occurred during an update check, download, or update initiation.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic Exception Error { get; }
Public ReadOnly Property Error As Exception
Get
public:
property Exception^ Error {
Exception^ get ();
}
member Error : Exception with get
Property Value
Type:
Exception
See Also