Java.Util.InvalidPropertiesFormatException Class
An InvalidPropertiesFormatException is thrown if loading the XML document defining the properties does not follow the Properties specification.

See Also: InvalidPropertiesFormatException Members

Syntax

[Android.Runtime.Register("java/util/InvalidPropertiesFormatException", DoNotGenerateAcw=true)]
public class InvalidPropertiesFormatException : Java.IO.IOException

Remarks

An InvalidPropertiesFormatException is thrown if loading the XML document defining the properties does not follow the Properties specification. Even though this Exception inherits the Serializable interface, it is not serializable. The methods used for serialization throw NotSerializableExceptions.

[Android Documentation]

Requirements

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