Click or drag to resize
VoicepackUpdaterUpdateError Property
Gets the exception raised if the voicepack update failed.

Namespace: Bevelstone.EditVoicepack.InstallerApi
Assembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntax
public Exception UpdateError { get; }

Property Value

Type: Exception
The exception raised if the voicepack update failed; null if the operation was canceled or completed without errors.
See Also