C# Class Applitools.EyesException

Inheritance: Exception
Show file Open project: applitools/Eyes.Sdk.DotNet

Public Methods

Method Description
EyesException ( ) : System

Creates an EyesException instance.

EyesException ( string message ) : System

Creates an EyesException instance.

EyesException ( string message, Exception ex ) : System

Creates an EyesException instance.

Protected Methods

Method Description
EyesException ( SerializationInfo info, StreamingContext context ) : System

Creates an EyesException instance.

Method Details

EyesException() public method

Creates an EyesException instance.
public EyesException ( ) : System
return System

EyesException() protected method

Creates an EyesException instance.
protected EyesException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

EyesException() public method

Creates an EyesException instance.
public EyesException ( string message ) : System
message string
return System

EyesException() public method

Creates an EyesException instance.
public EyesException ( string message, Exception ex ) : System
message string
ex Exception
return System