See Also

UniConnection Class  | UniConnection Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.UniversalSend comments on this topic.

InfoMessage Event

Devart.Data.Universal Namespace > UniConnection Class : InfoMessage Event

Occurs when server returns a warning or informational message.

[Visual Basic]
Public Event InfoMessage() As UniInfoMessageEventHandler
[C#]
public event UniInfoMessageEventHandler InfoMessage();

Event Data

The event handler receives an argument of type UniInfoMessageEventArgs containing data related to this event. The following UniInfoMessageEventArgs properties provide information specific to this event.

PropertyDescription
CodeGets a code that identifies the type of error.
MessageGets the text describing the error.

Remarks

Clients that want to process warnings or informational messages sent by the server should create a __Delegates.UniInfoMessageEventHandler delegate to listen to this event.

See Also

UniConnection Class  | UniConnection Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.