EventBrokerException Class

An exception thrown by the Event Broker components.

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

Syntax

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

Inheritance Hierarchy

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

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

EventBrokerException Members
Microsoft.Practices.CompositeUI.EventBroker Namespace