Java.Net.URISyntaxException Members

The members of Java.Net.URISyntaxException are listed below.

See Also: Inherited members from Java.Lang.Exception

Public Constructors

Constructs a new URISyntaxException instance containing the string that caused the exception and a description of the problem.
Constructs a new URISyntaxException instance containing the string that caused the exception, a description of the problem and the index at which the error occurred.

Protected Constructors

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

Public Properties

[read-only]
Indexint. Gets the index at which the syntax error was found or -1 if the index is unknown/unavailable.
[read-only]
Inputstring. Gets the initial string that contains an invalid syntax.
[read-only]
Reasonstring. Gets a description of the syntax error.

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.