







![]() ![]() |
C# Webserver |
ArgumentContainer Constructor (String, Object) |
ArgumentContainer Class See Also Send Feedback |
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
Exception | Condition |
---|---|
System..::.ArgumentNullException | If argumentName or argumentObject is null |