Class WebDriverException
Inheritance
System.Object
System.Exception
WebDriverException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge
Assembly: ArtOfTest.WebAii.dll
Syntax
public class WebDriverException : Exception, ISerializable, _Exception
Constructors
WebDriverException()
Declaration
public WebDriverException()
WebDriverException(SerializationInfo, StreamingContext)
Declaration
public WebDriverException(SerializationInfo info, StreamingContext context)
Parameters
System.
|
System.
|
WebDriverException(String)
Declaration
public WebDriverException(string message)
Parameters
System.
|
WebDriverException(String, Exception)
Declaration
public WebDriverException(string message, Exception innerException)
Parameters
System.
|
System.
|