The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PoisonMessageException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the PoisonMessageException class with a specified error message and a reference to the inner exception that is the cause of the current exception.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
-
Type:
System::String^
The message that describes the error.
- innerException
-
Type:
System::Exception^
The exception that is the cause of the current exception.
.NET Framework
Available since 3.0
Available since 3.0
Show: