NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ValueEditorHost.OnBadText

[To be supplied.]

[Visual Basic]
Overridable Protected Sub OnBadText( _
   ByVal e As Exception _
)
[C#]
protected virtual void OnBadText(
   Exception e
);
[C++]
protected: virtual void OnBadText(
   Exception* e
);
[JScript]
protected function OnBadText(
   e : Exception
);

Parameters

e
[To be supplied.]

See Also

ValueEditorHost Class | ValueEditorHost Members | System.WinForms Namespace