Skip to content

Commit 8950c5c

Browse files
nvborisenkoM1troll
authored andcommitted
[dotnet] Remove obsolete ctor overload in WebDriverException
1 parent c3b908c commit 8950c5c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

dotnet/src/webdriver/WebDriverException.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,5 @@ public WebDriverException(string message, Exception innerException)
6767
: base(message, innerException)
6868
{
6969
}
70-
71-
/// <summary>
72-
/// Initializes a new instance of the <see cref="WebDriverException"/> class with serialized data.
73-
/// </summary>
74-
/// <param name="info">The <see cref="SerializationInfo"/> that holds the serialized
75-
/// object data about the exception being thrown.</param>
76-
/// <param name="context">The <see cref="StreamingContext"/> that contains contextual
77-
/// information about the source or destination.</param>
78-
protected WebDriverException(SerializationInfo info, StreamingContext context)
79-
: base(info, context)
80-
{
81-
}
8270
}
8371
}

0 commit comments

Comments
 (0)