C# Class inVtero.net.PageNotFoundException

Inheritance: System.Exception
Show file Open project: ShaneK2/inVtero.net Class Usage Examples

Public Properties

Property Type Description
LastPageAttempted HARDWARE_ADDRESS_ENTRY
PagesFound List

Public Methods

Method Description
PageNotFoundException ( string message, HARDWARE_ADDRESS_ENTRY lastPageAttempted, List pagesFound, Exception ex ) : System

Method Details

PageNotFoundException() public method

public PageNotFoundException ( string message, HARDWARE_ADDRESS_ENTRY lastPageAttempted, List pagesFound, Exception ex ) : System
message string
lastPageAttempted HARDWARE_ADDRESS_ENTRY
pagesFound List
ex System.Exception
return System

Property Details

LastPageAttempted public property

public HARDWARE_ADDRESS_ENTRY,inVtero.net LastPageAttempted
return HARDWARE_ADDRESS_ENTRY

PagesFound public property

public List PagesFound
return List