C# Класс OKRs.GoogleAuthenticationException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
GoogleAuthenticationException ( ) : System
GoogleAuthenticationException ( string message ) : System
GoogleAuthenticationException ( string message, Exception innerException ) : System

Защищенные методы

Метод Описание
GoogleAuthenticationException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

GoogleAuthenticationException() публичный Метод

public GoogleAuthenticationException ( ) : System
Результат System

GoogleAuthenticationException() защищенный Метод

protected GoogleAuthenticationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

GoogleAuthenticationException() публичный Метод

public GoogleAuthenticationException ( string message ) : System
message string
Результат System

GoogleAuthenticationException() публичный Метод

public GoogleAuthenticationException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System