C# Class OKRs.GoogleAuthenticationException

Inheritance: Exception
Afficher le fichier Open project: sebnor/okrs

Méthodes publiques

Méthode Description
GoogleAuthenticationException ( ) : System
GoogleAuthenticationException ( string message ) : System
GoogleAuthenticationException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
GoogleAuthenticationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GoogleAuthenticationException() public méthode

public GoogleAuthenticationException ( ) : System
Résultat System

GoogleAuthenticationException() protected méthode

protected GoogleAuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

GoogleAuthenticationException() public méthode

public GoogleAuthenticationException ( string message ) : System
message string
Résultat System

GoogleAuthenticationException() public méthode

public GoogleAuthenticationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System