FBCollectionEventArgs(T) Constructor

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the FBCollectionEventArgs<(Of <(<'T>)>)> class

Namespace: FacebookWrapper
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public FBCollectionEventArgs(
	Exception i_Error,
	bool i_Cancelled
)
Visual Basic
Public Sub New ( _
	i_Error As Exception, _
	i_Cancelled As Boolean _
)
Visual C++
public:
FBCollectionEventArgs(
	Exception^ i_Error, 
	bool i_Cancelled
)

Parameters

i_Error
Type: System..::..Exception

[Missing <param name="i_Error"/> documentation for "M:FacebookWrapper.FBCollectionEventArgs`1.#ctor(System.Exception,System.Boolean)"]

i_Cancelled
Type: System..::..Boolean

[Missing <param name="i_Cancelled"/> documentation for "M:FacebookWrapper.FBCollectionEventArgs`1.#ctor(System.Exception,System.Boolean)"]

See Also