C# Class Gwupe.Agent.Exceptions.LoginException

Inheritance: System.Exception
Show file Open project: gwupe/Gwupe

Public Properties

Property Type Description
AuthFailure bool
Failure string
InvalidDetails bool

Public Methods

Method Description
LoginException ( String message ) : System
LoginException ( String message, string failure ) : System

Method Details

LoginException() public method

public LoginException ( String message ) : System
message String
return System

LoginException() public method

public LoginException ( String message, string failure ) : System
message String
failure string
return System

Property Details

AuthFailure public property

public bool AuthFailure
return bool

Failure public property

public string Failure
return string

InvalidDetails public property

public bool InvalidDetails
return bool