IStoreUpdateLogger.LogClearSettingsFailureAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs a record of a failure to clear a specific store.
public System.Threading.Tasks.Task LogClearSettingsFailureAsync (Exception ex, string storeName, string source = default, bool? isRoamingEnabled = default);
abstract member LogClearSettingsFailureAsync : Exception * string * string * Nullable<bool> -> System.Threading.Tasks.Task
Public Function LogClearSettingsFailureAsync (ex As Exception, storeName As String, Optional source As String = Nothing, Optional isRoamingEnabled As Nullable(Of Boolean) = Nothing) As Task
Parameters
- ex
- Exception
- storeName
- String
The name of the store being updated, e.g. "private store".
- source
- String
The source of the update, e.g. "ISettingsManager.SetValueAsync" or "shared store update".
A value indicating whether roaming is currently enabled on the machine.