Java.Lang.Throwable.AddSuppressed Method
Adds throwable to the list of throwables suppressed by this.

Syntax

[Android.Runtime.Register("addSuppressed", "(Ljava/lang/Throwable;)V", "")]
public void AddSuppressed (Throwable p0)

Parameters

throwable
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif throwable == this.
Java.Lang.NullPointerExceptionif throwable == null.

Remarks

Adds throwable to the list of throwables suppressed by this. The throwable will included when this exception's stack trace is printed.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1