[This is preliminary documentation and is subject to change.]

Initializes an instance of FacebookResponse<(Of <(TValue>)>) that represents an exceptional response.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
internal FacebookResponse(
	Exception ex
)
Visual Basic (Declaration)
Friend Sub New ( _
	ex As Exception _
)
Visual C++
internal:
FacebookResponse(
	Exception^ ex
)

Parameters

ex
Type: System..::.Exception
The Exception thrown by the method call.

See Also

FacebookResponse<(Of <(TValue>)>) Class
FacebookResponse<(Of <(TValue>)>) Overload
Facebook Namespace