C# Class RedditStoreApp.Data.Factory.RedditApiException

Inheritance: System.Exception
Mostrar archivo Open project: anroOfCode/reddit-w8-app

Public Methods

Method Description
RedditApiException ( RedditApiExceptionType type ) : System

Private Methods

Method Description
GetStringFromType ( RedditApiExceptionType type ) : string

Method Details

RedditApiException() public method

public RedditApiException ( RedditApiExceptionType type ) : System
type RedditApiExceptionType
return System