TransformerFactoryConfigurationError.Exception 属性

定义

返回导致引发此异常的实际异常(如果有)。

public virtual Java.Lang.Exception? Exception { [Android.Runtime.Register("getException", "()Ljava/lang/Exception;", "GetGetExceptionHandler")] get; }
[<get: Android.Runtime.Register("getException", "()Ljava/lang/Exception;", "GetGetExceptionHandler")>]
member this.Exception : Java.Lang.Exception

属性值

封装的异常,如果没有,则为 null。

属性

注解

返回导致引发此异常的实际异常(如果有)。

适用于 . 的 javax.xml.transform.TransformerFactoryConfigurationError.getException()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于