We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae255c commit c3b908cCopy full SHA for c3b908c
dotnet/src/webdriver/UnhandledAlertException.cs
@@ -91,17 +91,5 @@ public string AlertText
91
{
92
get { return this.alertText; }
93
}
94
-
95
- /// <summary>
96
- /// Populates a SerializationInfo with the data needed to serialize the target object.
97
- /// </summary>
98
- /// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized
99
- /// object data about the exception being thrown.</param>
100
- /// <param name="context">The <see cref="StreamingContext"/> that contains contextual
101
- /// information about the source or destination.</param>
102
- public override void GetObjectData(SerializationInfo info, StreamingContext context)
103
- {
104
- base.GetObjectData(info, context);
105
- }
106
107
0 commit comments