'宣言 Public Function New( _ ByVal spellingError As Error, _ ByVal action As SpellErrorAction, _ ByVal spellCheckTarget As Object _ )
public SpellErrorEventArgs( Error spellingError, SpellErrorAction action, object spellCheckTarget )
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | spellingError が null です。 |