C# Class Applitools.Selenium.EyesDriverOperationException

Inheritance: EyesException
Afficher le fichier Open project: applitools/Eyes.Sdk.DotNet

Méthodes publiques

Méthode Description
EyesDriverOperationException ( ) : System
EyesDriverOperationException ( string message ) : System
EyesDriverOperationException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
EyesDriverOperationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

EyesDriverOperationException() public méthode

public EyesDriverOperationException ( ) : System
Résultat System

EyesDriverOperationException() protected méthode

protected EyesDriverOperationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

EyesDriverOperationException() public méthode

public EyesDriverOperationException ( string message ) : System
message string
Résultat System

EyesDriverOperationException() public méthode

public EyesDriverOperationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System