ValidatorHandler.ErrorHandler Property

Definition

Gets the current IErrorHandler set to this ValidatorHandler.

public abstract Org.Xml.Sax.IErrorHandler? ErrorHandler { [Android.Runtime.Register("getErrorHandler", "()Lorg/xml/sax/ErrorHandler;", "GetGetErrorHandlerHandler")] get; [Android.Runtime.Register("setErrorHandler", "(Lorg/xml/sax/ErrorHandler;)V", "GetSetErrorHandler_Lorg_xml_sax_ErrorHandler_Handler")] set; }
[<get: Android.Runtime.Register("getErrorHandler", "()Lorg/xml/sax/ErrorHandler;", "GetGetErrorHandlerHandler")>]
[<set: Android.Runtime.Register("setErrorHandler", "(Lorg/xml/sax/ErrorHandler;)V", "GetSetErrorHandler_Lorg_xml_sax_ErrorHandler_Handler")>]
member this.ErrorHandler : Org.Xml.Sax.IErrorHandler with get, set

Property Value

The error handler most recently assigned to this validator handler, or null if none has been assigned.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also