Gets the exception raised if the voicepack update failed.
Namespace:
Bevelstone.EditVoicepack.InstallerApiAssembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 4.0.7.0 (4.0.7.0)
Syntax
| C# |
|---|
public Exception UpdateError { get; private set; } |
| Visual Basic (Declaration) |
|---|
Public Property UpdateError As Exception |
| Visual C++ |
|---|
public: property Exception^ UpdateError { Exception^ get (); void set (Exception^ value); } |