UnsupportedPictureTypeException Constructor
From Facebook API Wrapper
|
|
| FbApiWrapper - Documentation |
| UnsupportedPictureTypeException Constructor |
| UnsupportedPictureTypeException Class See Also Send Feedback |
|
|
Initializes a new instance of the UnsupportedPictureTypeException class
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public UnsupportedPictureTypeException( string i_SizeType ) |
| Visual Basic |
|---|
Public Sub New ( _ i_SizeType As String _ ) |
| Visual C++ |
|---|
public: UnsupportedPictureTypeException( String^ i_SizeType ) |
Parameters
- i_SizeType
- Type: System..::..String
[Missing <param name="i_SizeType"/> documentation for "M:FacebookWrapper.ObjectModel.UnsupportedPictureTypeException.#ctor(System.String)"]
See Also