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
/// Initializes a new instance of the <see cref="ParseException"/> class with a specified error message and position.
27
+
/// </summary>
28
+
/// <param name="message">The message that describes the error.</param>
29
+
/// <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
/// The location in the parsed string that produced the <see cref="ParseException"/>.
19
-
/// </summary>
20
-
publicintPosition{get;}
32
+
}
21
33
22
-
/// <summary>
23
-
/// Initializes a new instance of the <see cref="ParseException"/> class with a specified error message and position.
24
-
/// </summary>
25
-
/// <param name="message">The message that describes the error.</param>
26
-
/// <param name="position">The location in the parsed string that produced the <see cref="ParseException"/></param>
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>
/// Initializes a new instance of the <see cref="ParseException"/> class with a specified error message and position.
36
+
/// </summary>
37
+
/// <param name="message">The message that describes the error.</param>
38
+
/// <param name="position">The location in the parsed string that produced the <see cref="ParseException"/></param>
39
+
/// <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
/// When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.
62
-
/// </summary>
63
-
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
64
-
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
/// When overridden in a derived class, sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.
74
+
/// </summary>
75
+
/// <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
76
+
/// <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
0 commit comments