Click or drag to resize
Sandcastle Help File BuilderContentFileEditorCollectionLastError Property
If LaunchEditorFor(String, String) returns false, this can be used to retrieve the exception describing why it failed.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public Exception LastError { get; }

Property Value

Type: Exception
See Also