C# Class PhotoSharingApp.Universal.Services.AuthenticationCanceledException

The exception that is thrown when the user has canceled authentication.
Inheritance: System.Exception
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

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

Method Details

AuthenticationCanceledException() public method

public AuthenticationCanceledException ( ) : System
return System

AuthenticationCanceledException() public method

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

AuthenticationCanceledException() public method

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