C# 클래스 Facebook.Graph.UnmatchedTypeDefinitionException

상속: OpenGraphException
파일 보기 프로젝트 열기: prabirshrestha/opengraph.net

공개 메소드들

메소드 설명
UnmatchedTypeDefinitionException ( ) : System

Creates a new UnmatchedTypeDefinitionException.

UnmatchedTypeDefinitionException ( string message ) : System

Creates a new UnmatchedTypeDefinitionException.

UnmatchedTypeDefinitionException ( string message, Exception inner ) : System

Creates a new UnmatchedTypeDefinitionException.

보호된 메소드들

메소드 설명
UnmatchedTypeDefinitionException ( SerializationInfo info, StreamingContext context ) : System

Creates a new UnmatchedTypeDefinitionException.

메소드 상세

UnmatchedTypeDefinitionException() 공개 메소드

Creates a new UnmatchedTypeDefinitionException.
public UnmatchedTypeDefinitionException ( ) : System
리턴 System

UnmatchedTypeDefinitionException() 보호된 메소드

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.
리턴 System

UnmatchedTypeDefinitionException() 공개 메소드

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

UnmatchedTypeDefinitionException() 공개 메소드

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.
리턴 System