Table of Contents

Class FacebookApiLimitException

Namespace
Facebook
Assembly
Facebook.dll

Represents errors that occur as a result of problems with the OAuth access token.

public class FacebookApiLimitException : FacebookApiException, ISerializable
Inheritance
FacebookApiLimitException
Implements
Inherited Members

Constructors

FacebookApiLimitException()

Initializes a new instance of the FacebookApiLimitException class.

public FacebookApiLimitException()

FacebookApiLimitException(SerializationInfo, StreamingContext)

Initializes a new instance of the FacebookApiLimitException class.

protected FacebookApiLimitException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is null.

SerializationException

The class name is null or HResult is zero (0).

FacebookApiLimitException(string)

Initializes a new instance of the FacebookApiLimitException class.

public FacebookApiLimitException(string message)

Parameters

message string

The message.

FacebookApiLimitException(string, Exception)

Initializes a new instance of the FacebookApiLimitException class.

public FacebookApiLimitException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.

FacebookApiLimitException(string, string)

Initializes a new instance of the FacebookApiLimitException class.

public FacebookApiLimitException(string message, string errorType)

Parameters

message string

The message.

errorType string

The error type.