[This is preliminary documentation and is subject to change.]
Initializes an instance of FacebookResponse<(Of <(TValue>)>) that represents an exceptional response.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
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.