EventTopicException Class

An Exception thrown by the EventTopic when exceptions occurs on its subscriptions during a firing sequence.

Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class EventTopicException
    Inherits Exception
'Usage
Dim instance As EventTopicException
[SerializableAttribute] 
public class EventTopicException : Exception
[SerializableAttribute] 
public ref class EventTopicException : public Exception
/** @attribute SerializableAttribute() */ 
public class EventTopicException extends Exception
SerializableAttribute 
public class EventTopicException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Practices.CompositeUI.EventBroker.EventTopicException

Thread Safety

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

See Also

Reference

EventTopicException Members
Microsoft.Practices.CompositeUI.EventBroker Namespace