RulesException Class

Represents the exception that is thrown by components in the Microsoft.SqlServer.NotificationServices.Rules namespace. This class cannot be inherited.

命名空间: Microsoft.SqlServer.NotificationServices.Rules
程序集: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)

语法

声明
<SerializableAttribute> _
Public NotInheritable Class RulesException
    Inherits Exception
[SerializableAttribute] 
public sealed class RulesException : Exception
[SerializableAttribute] 
public ref class RulesException sealed : public Exception
/** @attribute SerializableAttribute() */ 
public final class RulesException extends Exception
SerializableAttribute 
public final class RulesException extends Exception

备注

Use the RuleObjectTrace property to determine where in the RuleObject graph the RulesException was thrown.

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.SqlServer.NotificationServices.Rules.RulesException

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

RulesException Members
Microsoft.SqlServer.NotificationServices.Rules Namespace