C# Класс Facebook.OpenGraphException

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

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

Метод Описание
OpenGraphException ( ) : System

Creates a new, empty OpenGraphException.

OpenGraphException ( string message ) : System

Creates a new OpenGraphException with the specified message.

OpenGraphException ( string message, Exception inner ) : System

Creates a new OpenGraphException with the specified message and inner exception.

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

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

Creates a new OpenGraphException by deserialization.

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

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

Creates a new, empty OpenGraphException.
public OpenGraphException ( ) : System
Результат System

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

Creates a new OpenGraphException by deserialization.
protected OpenGraphException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization data store.
context System.Runtime.Serialization.StreamingContext The serialization context.
Результат System

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

Creates a new OpenGraphException with the specified message.
public OpenGraphException ( string message ) : System
message string The error message.
Результат System

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

Creates a new OpenGraphException with the specified message and inner exception.
public OpenGraphException ( string message, Exception inner ) : System
message string The error message.
inner System.Exception The inner exception that caused this exception.
Результат System