Core Communications: Connection Framework

This topic lists all exceptions generated by Windows Communication Foundation (WCF) Connection Framework.

Exception List

Resource Code Resource String
CloseTimedOut The Close method timed out after the specified time. Increase the timeout value that is passed to the call to Close or increase the CloseTimeout value on the binding. The time allotted to this operation may have been a portion of a longer timeout.
ContentTypeMismatch The specified content type was sent to a service that was expecting the specified. The client and service bindings may be mismatched.
DuplexChannelAbortedDuringOpen The duplex channel to the specified terminated during the Open process.
FramingValueNotAvailable The value cannot be accessed because it is not fully decoded.
OperationAbortedDuringConnectionEstablishment The operation was terminated while establishing a connection to the specified.
ReceiveTimedOut2 The receive operation has timed out after the specified time. The time allotted to this operation may have been a portion of a longer timeout.
SendCannotBeCalledAfterCloseOutputSession You cannot send messages on a channel after CloseOutputSession has been called.