ExceptionInInitializerError.Exception Proprietà

Definizione

Restituisce l'eccezione che si è verificata durante un'inizializzazione statica che ha causato la creazione di questo errore.

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

Valore della proprietà

oggetto throwable salvato di questo ExceptionInInitializerErroroggetto o null se ExceptionInInitializerError non è stato salvato alcun oggetto throwable.

Attributi

Commenti

Restituisce l'eccezione che si è verificata durante un'inizializzazione statica che ha causato la creazione di questo errore.

per java.lang.ExceptionInInitializerError.getException().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a