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
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
ServiceException ( ) : System
ServiceException ( string message ) : System
ServiceException ( string message, Exception innerException ) : System

Method Details

ServiceException() public méthode

public ServiceException ( ) : System
Résultat System

ServiceException() public méthode

public ServiceException ( string message ) : System
message string
Résultat System

ServiceException() public méthode

public ServiceException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System