Click or drag to resize

WebFileCacheInfoError Property

Gets the error description if an error occurred. May be null if no error occurred.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string Error { get; protected set; }

Property Value

Type: String
The error.
See Also