EventTopicException Constructor (String)

Initializes a new instance with a specified error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New EventTopicException(message)
public EventTopicException (
    string message
)
public:
EventTopicException (
    String^ message
)
public EventTopicException (
    String message
)
public function EventTopicException (
    message : String
)

Parameters

  • message
    The message that describes the error.

See Also

Reference

EventTopicException Class
EventTopicException Members
Microsoft.Practices.CompositeUI.EventBroker Namespace