| UpdateVoicepackExceptionDebugInformation Property |
Gets a string containing the messages and stacktrackes of the exception chain.
Namespace: Bevelstone.EditVoicepack.InstallerApiAssembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntaxpublic string DebugInformation { get; }Public ReadOnly Property DebugInformation As String
Get
public:
property String^ DebugInformation {
String^ get ();
}member DebugInformation : string with get
Property Value
Type:
StringThe messages and stacktraces from the exception chain.
See Also