Click or drag to resize

aceExceptionInfoSaveXML Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the XML into specified path or default diagnostic location

Namespace:  imbACE.Core.core.exceptions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public override string SaveXML(
	string path = null
)
Request Example View Source

Parameters

path (Optional)
Type: SystemString
The path.

Return Value

Type: String
Full filepath of the saved XML or empty string if failed
See Also