Casper Class Library

CasperException Constructor (String, Exception)

Initializes a new instance of the "CasperException" class.

public CasperException(
   String message,
   Exception inner
);

Parameters

String
The exception message which describes the reason for the exception.
Exception
The inner exception.

See Also

CasperException Class | Casper.Exceptions Namespace | CasperException Constructor Overload List