C# Class PhotoSharingApp.Universal.Services.UnauthorizedException

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

Public Methods

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

Method Details

UnauthorizedException() public method

public UnauthorizedException ( ) : System
return System

UnauthorizedException() public method

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

UnauthorizedException() public method

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