Version

Message Property (DataProviderErrorEventArgs)

Message text describing the error that has occured.
Syntax
'Declaration
 
Public ReadOnly Property Message As String
public string Message {get;}
Remarks

The text in this error message comes from the source of an Exception being raised within the .NET Framework. The message text may contain helpful information in solving the cause of the error.

Because the message may contain technical information, it should not be displayed directly to end users. Developers are encouraged to present their own human-friendly message text to the end user.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also