| UpdateVoicepackExceptionExceptionMessages Property |
Gets an array containing the messages of the exceptions with the base exception as the last element.
Namespace: Bevelstone.EditVoicepack.InstallerApiAssembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntaxpublic string[] ExceptionMessages { get; }Public ReadOnly Property ExceptionMessages As String()
Get
public:
property array<String^>^ ExceptionMessages {
array<String^>^ get ();
}member ExceptionMessages : string[] with get
Property Value
Type:
StringThe messages of the exceptions.
See Also