This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
DataError.SetText
Sets the error message for the DataError.
[Visual Basic]
Protected Sub SetText( _
ByVal errorText As String _
)
[C#]
protected void SetText(
string errorText
);
[C++]
protected: void SetText(
String* errorText
);
[JScript]
protected function SetText(
errorText : String
);
Parameters
- errorText
- The error message for the DataError.
See Also
DataError Class | DataError Members | System.Data Namespace