MultipleFilterMatchesException Constructor (String^)

 

Initializes a new instance of the MultipleFilterMatchesException class with a specified error message.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
MultipleFilterMatchesException(
	String^ message
)

Parameters

message
Type: System::String^

The error message that explains the reason for the exception.

.NET Framework
Available since 3.0
Return to top
Show: