Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the ServerMessageEventArgs class for the specified event and with the specified error.
Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Sub New ( _
    sqlError As SqlError _
)
'Usage
Dim sqlError As SqlError 
Dim instance As New ServerMessageEventArgs(sqlError)
public ServerMessageEventArgs(
    SqlError sqlError
)
public:
ServerMessageEventArgs(
    SqlError^ sqlError
)
new : 
        sqlError:SqlError -> ServerMessageEventArgs
public function ServerMessageEventArgs(
    sqlError : SqlError
)
Parameters
- sqlError
 Type: SqlError
 A SqlError system object value that specifies the error associated with the server message event.