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

[Missing <summary> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GenerateErrorCodeField(System.String,System.String,System.String)"]

Namespace:  Facebook.Api.Generator
Assembly:  Facebook.Api.Generator (in Facebook.Api.Generator.exe) Version: 1.0.3390.21860 (1.0.0.0)

Syntax

C#
public static CodeMemberField GenerateErrorCodeField(
	string code,
	string name,
	string desc
)
Visual Basic (Declaration)
Public Shared Function GenerateErrorCodeField ( _
	code As String, _
	name As String, _
	desc As String _
) As CodeMemberField
Visual C++
public:
static CodeMemberField^ GenerateErrorCodeField(
	String^ code, 
	String^ name, 
	String^ desc
)

Parameters

code
Type: System..::.String

[Missing <param name="code"/> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GenerateErrorCodeField(System.String,System.String,System.String)"]

name
Type: System..::.String

[Missing <param name="name"/> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GenerateErrorCodeField(System.String,System.String,System.String)"]

desc
Type: System..::.String

[Missing <param name="desc"/> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GenerateErrorCodeField(System.String,System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Generator.FacebookApiGenerator.GenerateErrorCodeField(System.String,System.String,System.String)"]

See Also

FacebookApiGenerator Class
Facebook.Api.Generator Namespace