EventTopicException.Exceptions Property
Gets the list of exceptions that occurred during the subscribers invocation.
Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public ReadOnly Property Exceptions As ReadOnlyCollection(Of Exception)
'Usage
Dim instance As EventTopicException
Dim value As ReadOnlyCollection(Of Exception)
value = instance.Exceptions
public ReadOnlyCollection<Exception> Exceptions { get; }
public:
property ReadOnlyCollection<Exception^>^ Exceptions {
ReadOnlyCollection<Exception^>^ get ();
}
/** @property */
public ReadOnlyCollection<Exception> get_Exceptions ()
public function get Exceptions () : ReadOnlyCollection<Exception>
See Also
Reference
EventTopicException Class
EventTopicException Members
Microsoft.Practices.CompositeUI.EventBroker Namespace