C# 클래스 Facebook.OpenGraphException

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

공개 메소드들

메소드 설명
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