Compartilhar via


RulesException Constructor (String)

Initializes a new instance of the RulesException class with a specified error message.

Namespace: Microsoft.SqlServer.NotificationServices.Rules
Assembly: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public RulesException (
    string message
)
public:
RulesException (
    String^ message
)
public RulesException (
    String message
)
public function RulesException (
    message : String
)

Parameters

  • message
    The message that describes the error.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

RulesException Class
RulesException Members
Microsoft.SqlServer.NotificationServices.Rules Namespace