ProtocolMismatchException Type
Raised by Protocol.sendCallback when
CallbackResponse.RequestId does not match the in-flight
CallbackRequest.RequestId. Distinct from
EngineDisconnectedException so callers can tell
"proxy sent the wrong response" apart from "socket went away".
Constructors
| Constructor |
Description
|
Full Usage:
ProtocolMismatchException(message, ?innerException)
Parameters:
string
?innerException : exn
Returns: ProtocolMismatchException
|
|
FSBarV1_Archived