Parameters
- engine
- The spell check engine.
- word
- The word to add.
Return Value
True if the word was successfully added; otherwise, false.
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if engine is null. |
| System.NullReferenceException | Thrown if SpellCheckManager.Engines is null. |
| System.InvalidOperationException | Thrown if engine if not found in SpellCheckManager.Engines. |
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5