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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
RulesException Members
Microsoft.SqlServer.NotificationServices.Rules Namespace