C# Class OKRs.GoogleAuthenticationException

Inheritance: Exception
Mostrar archivo Open project: sebnor/okrs

Public Methods

Method Description
GoogleAuthenticationException ( ) : System
GoogleAuthenticationException ( string message ) : System
GoogleAuthenticationException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

GoogleAuthenticationException() public method

public GoogleAuthenticationException ( ) : System
return System

GoogleAuthenticationException() protected method

protected GoogleAuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

GoogleAuthenticationException() public method

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

GoogleAuthenticationException() public method

public GoogleAuthenticationException ( string message, Exception innerException ) : System
message string
innerException Exception
return System