Lingua

DOMError.SeverityWarning Campo

Definizione

Attenzione

Use 'Org.W3c.Dom.IDOMError.SeverityWarning'. This class will be removed in a future release.

La gravità dell'errore descritto da DOMError è un avviso.

[Android.Runtime.Register("SEVERITY_WARNING")]
[System.Obsolete("Use 'Org.W3c.Dom.IDOMError.SeverityWarning'. This class will be removed in a future release.")]
public const short SeverityWarning = 1;
[<Android.Runtime.Register("SEVERITY_WARNING")>]
[<System.Obsolete("Use 'Org.W3c.Dom.IDOMError.SeverityWarning'. This class will be removed in a future release.")>]
val mutable SeverityWarning : int16

Valore del campo

Value = 1
Attributi

Commenti

La gravità dell'errore descritto da DOMError è un avviso. Un SEVERITY_WARNING oggetto non causerà l'arresto dell'elaborazione, a meno che DOMErrorHandler.handleError() non restituisca false.

per org.w3c.dom.DOMError.SEVERITY_WARNING.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a