SqlCeInfoMessageEventArgs Class

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

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

For a list of all members of this type, see SqlCeInfoMessageEventArgs Members.

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

  [Visual Basic]
  NotInheritable Public Class SqlCeInfoMessageEventArgs
   Inherits EventArgs

  [C#]
  public sealed class SqlCeInfoMessageEventArgs : EventArgs

  [C++]
  public __gc __sealed class SqlCeInfoMessageEventArgs : public
   EventArgs

  [JScript]
  public class SqlCeInfoMessageEventArgs extends EventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

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

Requirements

Namespace: System.Data.SqlServerCe

Platforms: .NET Compact Framework

Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)

See Also

SqlCeInfoMessageEventArgs Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.