XPathFactoryConfigurationException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| XPathFactoryConfigurationException(Throwable) |
Constructs a new |
| XPathFactoryConfigurationException(String) |
Constructs a new |
| XPathFactoryConfigurationException(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
XPathFactoryConfigurationException(Throwable)
Constructs a new XPathFactoryConfigurationException with the specified cause.
[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")]
public XPathFactoryConfigurationException(Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")>]
new Javax.Xml.Xpath.XPathFactoryConfigurationException : Java.Lang.Throwable -> Javax.Xml.Xpath.XPathFactoryConfigurationException
Parameters
- cause
- Throwable
The cause.
- Attributes
Exceptions
if cause is null.
Remarks
Constructs a new XPathFactoryConfigurationException with the specified cause.
If cause is null, then a NullPointerException is thrown.
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
XPathFactoryConfigurationException(String)
Constructs a new XPathFactoryConfigurationException with the specified detail message.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public XPathFactoryConfigurationException(string? message);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Javax.Xml.Xpath.XPathFactoryConfigurationException : string -> Javax.Xml.Xpath.XPathFactoryConfigurationException
Parameters
- message
- String
The detail message.
- Attributes
Remarks
Constructs a new XPathFactoryConfigurationException with the specified detail message.
The cause is not initialized.
If message is null, then a NullPointerException is thrown.
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
XPathFactoryConfigurationException(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected XPathFactoryConfigurationException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Xml.Xpath.XPathFactoryConfigurationException : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Xml.Xpath.XPathFactoryConfigurationException
Parameters
- 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.