ParserConfigurationException Constructors

Definition

Overloads

ParserConfigurationException()

Create a new ParserConfigurationException with no detail message.

ParserConfigurationException(String)

Create a new ParserConfigurationException with the String specified as an error message.

ParserConfigurationException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

ParserConfigurationException()

Create a new ParserConfigurationException with no detail message.

[Android.Runtime.Register(".ctor", "()V", "")]
public ParserConfigurationException ();
Attributes

Remarks

Create a new ParserConfigurationException with no detail message.

Java documentation for javax.xml.parsers.ParserConfigurationException.ParserConfigurationException().

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

ParserConfigurationException(String)

Create a new ParserConfigurationException with the String specified as an error message.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public ParserConfigurationException (string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Javax.Xml.Parsers.ParserConfigurationException : string -> Javax.Xml.Parsers.ParserConfigurationException

Parameters

msg
String

The error message for the exception.

Attributes

Remarks

Create a new ParserConfigurationException with the String specified as an error message.

Java documentation for javax.xml.parsers.ParserConfigurationException.ParserConfigurationException(java.lang.String).

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

ParserConfigurationException(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected ParserConfigurationException (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Xml.Parsers.ParserConfigurationException : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Xml.Parsers.ParserConfigurationException

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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