This error indicates a problem serializing a message within a channel. It provides a fault property which corresponds to an ErrorMessage generated when this error is thrown.
Constructor
new(msg:String, fault:ErrorMessage)
Constructs a new instance of the MessageSerializationError with the specified message.
Parameters:
msg | String that contains the message that describes the error. |
---|---|
fault | Provides specific information about the fault that occured and for which message. |
Variables
fault:ErrorMessage
Provides specific information about the fault that occurred and for which message.