| VoicepackUpdaterUpdateError Property |
Gets the exception raised if the voicepack update failed.
Namespace: Bevelstone.EditVoicepack.InstallerApiAssembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntaxpublic Exception UpdateError { get; }Public ReadOnly Property UpdateError As Exception
Get
public:
property Exception^ UpdateError {
Exception^ get ();
}member UpdateError : Exception with get
Property Value
Type:
ExceptionThe exception raised if the voicepack update failed;
null
if the operation was canceled or completed without errors.
See Also