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 | |
---|---|---|
ServerMessageEventArgs(SqlError) | Initializes a new instance of the ServerMessageEventArgs class for the specified event and with the specified error. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Returns a String that represents the ServerMessageEventArgs object. (Overrides Object.ToString().) |
Top