| Language Version : | ActionScript 3.0 |
| Product Versions : | BlazeDS 4, LCDS 3 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
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.
public var fault:ErrorMessage| Language Version : | ActionScript 3.0 |
| Product Versions : | BlazeDS 4, LCDS 3 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Provides specific information about the fault that occurred and for
which message.
public function MessageSerializationError(msg:String, fault:ErrorMessage)| Language Version : | ActionScript 3.0 |
| Product Versions : | BlazeDS 4, LCDS 3 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructs a new instance of the MessageSerializationError
with the specified message.
Parameters | msg:String — String that contains the message that describes the error.
|
| |
| fault:ErrorMessage — Provides specific information about the fault that occured
and for which message.
|
Mon Dec 24 2012, 01:18 PM +11:00