C# Class PhotoSharingApp.Universal.Services.UnauthorizedException

The exception that is thrown when access to the service is not authorized.
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

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

Method Details

UnauthorizedException() public méthode

public UnauthorizedException ( ) : System
Résultat System

UnauthorizedException() public méthode

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

UnauthorizedException() public méthode

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