C# 클래스 ProSpec.Core.UI.Web.ExpectedPageMismatchException

상속: System.Exception
파일 보기 프로젝트 열기: kkrac/ProSpec

공개 메소드들

메소드 설명
ExpectedPageMismatchException ( Page currentPage, Page expectedPage, string currentUrl, string expectedUrl ) : System

메소드 상세

ExpectedPageMismatchException() 공개 메소드

public ExpectedPageMismatchException ( Page currentPage, Page expectedPage, string currentUrl, string expectedUrl ) : System
currentPage Page
expectedPage Page
currentUrl string
expectedUrl string
리턴 System