C# Class ProSpec.Core.UI.Web.ExpectedPageMismatchException

Inheritance: System.Exception
Afficher le fichier Open project: kkrac/ProSpec

Méthodes publiques

Méthode Description
ExpectedPageMismatchException ( Page currentPage, Page expectedPage, string currentUrl, string expectedUrl ) : System

Method Details

ExpectedPageMismatchException() public méthode

public ExpectedPageMismatchException ( Page currentPage, Page expectedPage, string currentUrl, string expectedUrl ) : System
currentPage Page
expectedPage Page
currentUrl string
expectedUrl string
Résultat System