ServerMessageEventArgs Members

Include Protected Members
Include Inherited Members

The ServerMessageEventArgs class represents the arguments used when a server message event is raised.

The ServerMessageEventArgs type exposes the following members.

Constructors

  Name Description
Public method ServerMessageEventArgs(SqlError) Initializes a new instance of the ServerMessageEventArgs class for the specified event and with the specified error.

Top

Methods

  Name Description
Public method Equals(Object) (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() Returns a String that represents the ServerMessageEventArgs object. (Overrides Object.ToString().)

Top

Properties

  Name Description
Public property Error Gets the error associated with the server message event.

Top