C# 클래스 Applitools.EyesException

상속: Exception
파일 보기 프로젝트 열기: applitools/Eyes.Sdk.DotNet

공개 메소드들

메소드 설명
EyesException ( ) : System

Creates an EyesException instance.

EyesException ( string message ) : System

Creates an EyesException instance.

EyesException ( string message, Exception ex ) : System

Creates an EyesException instance.

보호된 메소드들

메소드 설명
EyesException ( SerializationInfo info, StreamingContext context ) : System

Creates an EyesException instance.

메소드 상세

EyesException() 공개 메소드

Creates an EyesException instance.
public EyesException ( ) : System
리턴 System

EyesException() 보호된 메소드

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

EyesException() 공개 메소드

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

EyesException() 공개 메소드

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