Java.Util.MissingResourceException Members

The members of Java.Util.MissingResourceException are listed below.

See Also: Inherited members from Java.Lang.RuntimeException

Public Constructors

Constructs a new MissingResourceException with the stack trace, message, the class name of the resource bundle and the name of the missing resource filled in.

Protected Constructors

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

Public Properties

[read-only]
ClassNamestring. Returns the class name of the resource bundle from which a resource could not be found, or in the case of a missing resource, the name of the missing resource bundle.
[read-only]
Keystring. Returns the name of the missing resource, or an empty string if the resource bundle is missing.

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.