You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The location in the parsed string that produced the <see cref="ParseException"/>.
19
+
/// </summary>
20
+
publicintPosition{get;}
21
+
17
22
/// <summary>
18
23
/// Initializes a new instance of the <see cref="ParseException"/> class with a specified error message and position.
19
24
/// </summary>
20
25
/// <param name="message">The message that describes the error.</param>
21
26
/// <param name="position">The location in the parsed string that produced the <see cref="ParseException"/></param>
22
-
publicParseException(stringmessage,intposition)
23
-
:base(message)
27
+
/// <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
0 commit comments