C# Class Applitools.OutOfBoundsException

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

Public Methods

Method Description
OutOfBoundsException ( ) : System
OutOfBoundsException ( string message ) : System
OutOfBoundsException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

OutOfBoundsException() public method

public OutOfBoundsException ( ) : System
return System

OutOfBoundsException() protected method

protected OutOfBoundsException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

OutOfBoundsException() public method

public OutOfBoundsException ( string message ) : System
message string
return System

OutOfBoundsException() public method

public OutOfBoundsException ( string message, Exception innerException ) : System
message string
innerException Exception
return System