TransformerFactoryConfigurationError 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
TransformerFactoryConfigurationError() |
Create a new |
TransformerFactoryConfigurationError(Exception) |
Create a new |
TransformerFactoryConfigurationError(String) |
Create a new |
TransformerFactoryConfigurationError(Exception, String) |
Create a new |
TransformerFactoryConfigurationError(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
TransformerFactoryConfigurationError()
Create a new TransformerFactoryConfigurationError
with no
detail message.
[Android.Runtime.Register(".ctor", "()V", "")]
public TransformerFactoryConfigurationError ();
- Attributes
Remarks
Create a new TransformerFactoryConfigurationError
with no detail message.
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
TransformerFactoryConfigurationError(Exception)
Create a new TransformerFactoryConfigurationError
with a
given Exception
base cause of the error.
[Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")]
public TransformerFactoryConfigurationError (Java.Lang.Exception? e);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;)V", "")>]
new Javax.Xml.Transform.TransformerFactoryConfigurationError : Java.Lang.Exception -> Javax.Xml.Transform.TransformerFactoryConfigurationError
Parameters
The exception to be encapsulated in a TransformerFactoryConfigurationError.
- Attributes
Remarks
Create a new TransformerFactoryConfigurationError
with a given Exception
base cause of the error.
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
TransformerFactoryConfigurationError(String)
Create a new TransformerFactoryConfigurationError
with
the String
specified as an error message.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public TransformerFactoryConfigurationError (string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Javax.Xml.Transform.TransformerFactoryConfigurationError : string -> Javax.Xml.Transform.TransformerFactoryConfigurationError
Parameters
- msg
- String
The error message for the exception.
- Attributes
Remarks
Create a new TransformerFactoryConfigurationError
with the String
specified as an error message.
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
TransformerFactoryConfigurationError(Exception, String)
Create a new TransformerFactoryConfigurationError
with the
given Exception
base cause and detail message.
[Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;Ljava/lang/String;)V", "")]
public TransformerFactoryConfigurationError (Java.Lang.Exception? e, string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Exception;Ljava/lang/String;)V", "")>]
new Javax.Xml.Transform.TransformerFactoryConfigurationError : Java.Lang.Exception * string -> Javax.Xml.Transform.TransformerFactoryConfigurationError
Parameters
The exception to be encapsulated in a TransformerFactoryConfigurationError
- msg
- String
The detail message.
- Attributes
Remarks
Create a new TransformerFactoryConfigurationError
with the given Exception
base cause and detail message.
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
TransformerFactoryConfigurationError(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected TransformerFactoryConfigurationError (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Xml.Transform.TransformerFactoryConfigurationError : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Xml.Transform.TransformerFactoryConfigurationError
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.