This topic has not yet been rated - Rate this topic

SqlCeInfoMessageEventArgs Class

Provides data for the InfoMessage event. This class cannot be inherited.

System.Object
  System.EventArgs
    System.Data.SqlServerCe.SqlCeInfoMessageEventArgs

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public sealed class SqlCeInfoMessageEventArgs : EventArgs

The SqlCeInfoMessageEventArgs type exposes the following members.

  Name Description
Public property Errors Gets the collection of warnings sent from the data source.
Public property Message Gets the complete text of the error sent from the data source.
Top
  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString Retrieves a string representation of the InfoMessage event. (Overrides Object.ToString().)
Top

The InfoMessage event contains a SqlCeErrorCollection collection with warnings sent from the data source.

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)