Raised if an error occures while updating the Flight Simulator voicepack.

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 class UpdateVoicepackException : Exception
Visual Basic (Declaration)
Public Class UpdateVoicepackException _
	Inherits Exception
Visual C++
public ref class UpdateVoicepackException : public Exception

Remarks

As the Flight Simulator voicepack is updated in a separate process the information about the actual errors is not available through InnerException but can be obtained through the properties ExceptionMessages and BaseExceptionMessage.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Bevelstone.EditVoicepack.InstallerApi..::.UpdateVoicepackException

See Also