Npgsql API Documentation

NpgsqlNoticeEventArgs Class

[This is preliminary documentation and subject to change.]

EventArgs class to send Notice parameters, which are just NpgsqlError's in a lighter context.

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

System.Object
   EventArgs
      NpgsqlNoticeEventArgs

[Visual Basic]
Public Class NpgsqlNoticeEventArgs
Inherits EventArgs
[C#]
public class NpgsqlNoticeEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in Npgsql.dll)

See Also

NpgsqlNoticeEventArgs Members | Npgsql Namespace