EventTopicException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventTopicException()
public:
EventTopicException();
public EventTopicException ();
Public Sub New ()
Applies to
EventTopicException(String)
public:
EventTopicException(System::String ^ message);
public EventTopicException (string message);
new Microsoft.Practices.CompositeUI.EventBroker.EventTopicException : string -> Microsoft.Practices.CompositeUI.EventBroker.EventTopicException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
EventTopicException(EventTopic, ReadOnlyCollection<Exception>)
public:
EventTopicException(Microsoft::Practices::CompositeUI::EventBroker::EventTopic ^ topic, System::Collections::ObjectModel::ReadOnlyCollection<Exception ^> ^ exceptions);
public EventTopicException (Microsoft.Practices.CompositeUI.EventBroker.EventTopic topic, System.Collections.ObjectModel.ReadOnlyCollection<Exception> exceptions);
new Microsoft.Practices.CompositeUI.EventBroker.EventTopicException : Microsoft.Practices.CompositeUI.EventBroker.EventTopic * System.Collections.ObjectModel.ReadOnlyCollection<Exception> -> Microsoft.Practices.CompositeUI.EventBroker.EventTopicException
Public Sub New (topic As EventTopic, exceptions As ReadOnlyCollection(Of Exception))
Parameters
- topic
- EventTopic
- exceptions
- ReadOnlyCollection<Exception>
Applies to
EventTopicException(SerializationInfo, StreamingContext)
protected:
EventTopicException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected EventTopicException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Practices.CompositeUI.EventBroker.EventTopicException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Practices.CompositeUI.EventBroker.EventTopicException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
EventTopicException(String, Exception)
public:
EventTopicException(System::String ^ message, Exception ^ innerException);
public EventTopicException (string message, Exception innerException);
new Microsoft.Practices.CompositeUI.EventBroker.EventTopicException : string * Exception -> Microsoft.Practices.CompositeUI.EventBroker.EventTopicException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception