Java.Lang.AssertionError Members

The members of Java.Lang.AssertionError are listed below.

See Also: Inherited members from Java.Lang.Error

Public Constructors

Constructs a new AssertionError with no message.
Constructs a new AssertionError with a message based on calling String.ValueOf(Object) with the specified object.
Constructs a new AssertionError with a message based on calling String.ValueOf(bool) with the specified boolean value.
Constructs a new AssertionError with a message based on calling String.ValueOf(char) with the specified character value.
Constructs a new AssertionError with a message based on calling String.ValueOf(double) with the specified double value.
Constructs a new AssertionError with a message based on calling String.ValueOf(int) with the specified integer value.
Constructs a new AssertionError with a message based on calling String.ValueOf(long) with the specified long value.
Constructs a new AssertionError with a message based on calling String.ValueOf(float) with the specified float value.
Constructs a new AssertionError with the given detail message and cause.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.