C# Class Facebook.Graph.UnmatchedTypeDefinitionException

Inheritance: OpenGraphException
Mostra file Open project: prabirshrestha/opengraph.net

Public Methods

Method 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.

Protected Methods

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

Creates a new UnmatchedTypeDefinitionException.

Method Details

UnmatchedTypeDefinitionException() public method

Creates a new UnmatchedTypeDefinitionException.
public UnmatchedTypeDefinitionException ( ) : System
return System

UnmatchedTypeDefinitionException() protected method

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.
return System

UnmatchedTypeDefinitionException() public method

Creates a new UnmatchedTypeDefinitionException.
public UnmatchedTypeDefinitionException ( string message ) : System
message string The informative message.
return System

UnmatchedTypeDefinitionException() public method

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.
return System