Partilhar via


ExceptionUtils.InitCause(Throwable, Throwable) Método

Definição

Se estivermos executando no JDK 1.4 ou posterior, inicialize a causa para o lance fornecido.

[Android.Runtime.Register("initCause", "(Ljava/lang/Throwable;Ljava/lang/Throwable;)V", "")]
public static void InitCause(Java.Lang.Throwable? throwable, Java.Lang.Throwable? cause);
[<Android.Runtime.Register("initCause", "(Ljava/lang/Throwable;Ljava/lang/Throwable;)V", "")>]
static member InitCause : Java.Lang.Throwable * Java.Lang.Throwable -> unit

Parâmetros

throwable
Throwable

O arremessável.

cause
Throwable

A causa do arremesso.

Atributos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a