C# Class Gwupe.Agent.Exceptions.LoginException

Inheritance: System.Exception
Mostra 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_oe property

public bool AuthFailure
return bool

Failure public_oe property

public string Failure
return string

InvalidDetails public_oe property

public bool InvalidDetails
return bool