C# Class GithubService.GithubServiceException

Inheritance: Exception
Show file Open project: KenticoDocs/kontent-docs-github-reader

Public Methods

Method Description
GithubServiceException ( string message ) : System

Private Methods

Method Description
GithubServiceException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GithubServiceException() public method

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