Gets the exception raised if the voicepack update failed.

Namespace:  Bevelstone.EditVoicepack.InstallerApi
Assembly:  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);
}

Field Value

The exception raised if the voicepack update failed; null if the operation was canceled or completed without errors.

See Also