ArgumentContainer Constructor (String, Object)

HttpServer.dll

Constructor to initiate an ArgumentContainer, will set the ArgumentType to the value of the argumentObject's type

Namespace:  HttpServer.Rendering
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ArgumentContainer(
	string argumentName,
	Object argumentObject
)
Visual Basic (Declaration)
Public Sub New ( _
	argumentName As String, _
	argumentObject As Object _
)
Visual C++
public:
ArgumentContainer(
	String^ argumentName, 
	Object^ argumentObject
)

Parameters

argumentName
Type: System..::.String
Cannot be null
argumentObject
Type: System..::.Object
Cannot be null

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionIf argumentName or argumentObject is null

See Also