Method | Description | |
---|---|---|
NetworkError ( ) : System |
Constructor
|
|
SetError ( String errorString ) : void |
sets the error message to be displayed
|
Method | Description | |
---|---|---|
OnNavigatedFrom ( |
Invoked when this page is about to be exited.
|
|
OnNavigatedTo ( |
Invoked when this page is about to be displayed in a Frame.
|
Method | Description | |
---|---|---|
NavigationHelper_LoadState ( object sender, |
Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
|
|
NavigationHelper_SaveState ( object sender, |
Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
|
|
returnHome_Click ( object sender, |
protected OnNavigatedFrom ( |
||
e | Event data that describes how this page was exited. | |
return | void |
protected OnNavigatedTo ( |
||
e | Event data that describes how this page was reached. /// This parameter is typically used to configure the page. | |
return | void |
public static SetError ( String errorString ) : void | ||
errorString | String | an exception or error thrown by the app |
return | void |