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!

ADOException.FullMessage

Gets the database-specific error information.

[Visual Basic]
Public ReadOnly Property FullMessage As String
[C#]
public string FullMessage {get;}
[C++]
public: __property String* get_FullMessage();
[JScript]
public function get FullMessage() : String;

Property Value

The database-specific error information.

Remarks

This is a wrapper for the NativeError property of the first ADOError in the Errors property.

See Also

ADOException Class | ADOException Members | System.Data.ADO Namespace