Share via


SettingValue<T>.Error Property

Definition

Gets the error that occurred during the retrieval of the setting value. Error is null if the retrieval of the value was successful.

public Exception? Error { get; }
member this.Error : Exception
Public ReadOnly Property Error As Exception

Property Value

Implements

Applies to