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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.MiscellaneousUtils.CreateArgumentOutOfRangeException(System.String,System.Object,System.String)"]

Namespace:  Facebook.Json.Utilities
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static ArgumentOutOfRangeException CreateArgumentOutOfRangeException(
	string paramName,
	Object actualValue,
	string message
)
Visual Basic (Declaration)
Public Shared Function CreateArgumentOutOfRangeException ( _
	paramName As String, _
	actualValue As Object, _
	message As String _
) As ArgumentOutOfRangeException
Visual C++
public:
static ArgumentOutOfRangeException^ CreateArgumentOutOfRangeException(
	String^ paramName, 
	Object^ actualValue, 
	String^ message
)

Parameters

paramName
Type: System..::.String

[Missing <param name="paramName"/> documentation for "M:Facebook.Json.Utilities.MiscellaneousUtils.CreateArgumentOutOfRangeException(System.String,System.Object,System.String)"]

actualValue
Type: System..::.Object

[Missing <param name="actualValue"/> documentation for "M:Facebook.Json.Utilities.MiscellaneousUtils.CreateArgumentOutOfRangeException(System.String,System.Object,System.String)"]

message
Type: System..::.String

[Missing <param name="message"/> documentation for "M:Facebook.Json.Utilities.MiscellaneousUtils.CreateArgumentOutOfRangeException(System.String,System.Object,System.String)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.MiscellaneousUtils.CreateArgumentOutOfRangeException(System.String,System.Object,System.String)"]

See Also

MiscellaneousUtils Class
Facebook.Json.Utilities Namespace