C# Class PhotoSharingApp.Universal.Services.SignInRequiredException

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

Public Methods

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

Method Details

SignInRequiredException() public method

public SignInRequiredException ( ) : System
return System

SignInRequiredException() public method

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

SignInRequiredException() public method

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