Compartir a través de


EventTopicException Constructors

Definition

Overloads

EventTopicException()
EventTopicException(String)
EventTopicException(EventTopic, ReadOnlyCollection<Exception>)
EventTopicException(SerializationInfo, StreamingContext)
EventTopicException(String, Exception)

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

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

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

Applies to