Npgsql Api Docs

NpgsqlNoticeEventArgs Class

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
   System.EventArgs
      Npgsql.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 )

See Also

NpgsqlNoticeEventArgs Members | Npgsql Namespace