| UpdateVoicepackExceptionBaseExceptionMessage Property |
Gets the message of the base exception raised when updating the Flight Simulator voicepack.
Namespace: Bevelstone.EditVoicepack.InstallerApiAssembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntaxpublic string BaseExceptionMessage { get; }Public ReadOnly Property BaseExceptionMessage As String
Get
public:
property String^ BaseExceptionMessage {
String^ get ();
}member BaseExceptionMessage : string with get
Property Value
Type:
StringThe base exception message.
See Also