C# Class PhotoSharingApp.Universal.Services.ServiceException

The exception that is thrown when there is an issue getting data from or pushing data to the service.
Inheritance: System.Exception
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ServiceException ( ) : System
ServiceException ( string message ) : System
ServiceException ( string message, Exception innerException ) : System

Method Details

ServiceException() public method

public ServiceException ( ) : System
return System

ServiceException() public method

public ServiceException ( string message ) : System
message string
return System

ServiceException() public method

public ServiceException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System