C# Class JiraAssistant.Domain.Exceptions.LoginFailedException

Inheritance: System.Exception
显示文件 Open project: sceeter89/jira-client

Public Methods

Method Description
LoginFailedException ( string reason ) : System

Method Details

LoginFailedException() public method

public LoginFailedException ( string reason ) : System
reason string
return System