C# Class Facebook.Graph.UnmatchedTypeDefinitionException

Inheritance: OpenGraphException
Afficher le fichier Open project: prabirshrestha/opengraph.net

Méthodes publiques

Méthode Description
UnmatchedTypeDefinitionException ( ) : System

Creates a new UnmatchedTypeDefinitionException.

UnmatchedTypeDefinitionException ( string message ) : System

Creates a new UnmatchedTypeDefinitionException.

UnmatchedTypeDefinitionException ( string message, Exception inner ) : System

Creates a new UnmatchedTypeDefinitionException.

Méthodes protégées

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

Creates a new UnmatchedTypeDefinitionException.

Method Details

UnmatchedTypeDefinitionException() public méthode

Creates a new UnmatchedTypeDefinitionException.
public UnmatchedTypeDefinitionException ( ) : System
Résultat System

UnmatchedTypeDefinitionException() protected méthode

Creates a new UnmatchedTypeDefinitionException.
protected UnmatchedTypeDefinitionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The serialization information.
context System.Runtime.Serialization.StreamingContext The deserialization streaming context.
Résultat System

UnmatchedTypeDefinitionException() public méthode

Creates a new UnmatchedTypeDefinitionException.
public UnmatchedTypeDefinitionException ( string message ) : System
message string The informative message.
Résultat System

UnmatchedTypeDefinitionException() public méthode

Creates a new UnmatchedTypeDefinitionException.
public UnmatchedTypeDefinitionException ( string message, Exception inner ) : System
message string The informative message.
inner System.Exception The inner exception that caused this exception.
Résultat System