C# Class PhotoSharingApp.Universal.Services.SignInRequiredException

The exception that is thrown when an operation was canceled because sign-in is required.
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

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

Method Details

SignInRequiredException() public méthode

public SignInRequiredException ( ) : System
Résultat System

SignInRequiredException() public méthode

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

SignInRequiredException() public méthode

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