Pacchetto | mx.messaging.errors |
Classe | public class MessageSerializationError |
Ereditarietà | MessageSerializationError MessagingError Error Object |
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
errorID : int [sola lettura]
Contiene il numero di riferimento associato al messaggio di errore specifico. | Error | ||
fault : ErrorMessage
Provides specific information about the fault that occurred and for
which message. | MessageSerializationError | ||
message : String
Contiene il messaggio associato all'oggetto Error. | Error | ||
name : String
Contiene il nome dell'oggetto Error. | Error |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructs a new instance of the MessageSerializationError
with the specified message. | MessageSerializationError | ||
Restituisce lo stack di chiamata per un errore al momento della costruzione dell’errore come stringa. | Error | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Returns the string "[MessagingError]" by default, and includes the message property if defined. | MessagingError | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
fault | proprietà |
public var fault:ErrorMessage
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Provides specific information about the fault that occurred and for which message.
Descrizione della funzione di costruzione
MessageSerializationError | () | Funzione di costruzione |
public function MessageSerializationError(msg:String, fault:ErrorMessage)
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructs a new instance of the MessageSerializationError with the specified message.
Parametrimsg:String — String that contains the message that describes the error.
| |
fault:ErrorMessage — Provides specific information about the fault that occured
and for which message.
|
Tue Jun 12 2018, 02:44 PM Z