Freigeben über


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
)

Parameter

  • message
    The message that describes the error.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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