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!

ErrorProvider.GetError

Returns the current error description string for the specified control.

[Visual Basic]
Public Function GetError( _
   ByVal control As RichControl _
) As String
[C#]
public string GetError(
   RichControl control
);
[C++]
public: String* GetError(
   RichControl* control
);
[JScript]
public function GetError(
   control : RichControl
) : String;

Parameters

control
Control to get the error description string for.

Return Value

Error description string for the specified control.

See Also

ErrorProvider Class | ErrorProvider Members | System.WinForms Namespace | SetError