Vixen
02b45cc4
csharp
public sealed class EditorSessionException

The editor was asked to do something it could not.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

⚠ Distinct from UiTestException on purpose. That one means an element was not there or was not clickable, which is a question about the interface. This one means a command is not registered, a panel is not open, or a scenario step did not happen — questions about the editor, whose answers are elsewhere. A suite that could not tell them apart would have to read every message to find out which half to go and look at.

Methods (3)

  • public EditorSessionException()

    An unexplained failure.

  • public EditorSessionException(string message)

    A failure with something to say.

  • public EditorSessionException(string message, Exception inner)

    A failure caused by another.

Used by (2)

  • EditorSessionVixen.Editor.Testing
  • HarnessTestsVixen.Editor.App.Tests