







|
| C# Webserver |
| ArgumentContainer..::.SetObject Method (Object) |
| ArgumentContainer Class See Also Send Feedback |
Sets the object and type of the argument, equal to ArgumentContainer.Object = ...
Namespace:
HttpServer.Rendering
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void SetObject( Object argumentObject ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetObject ( _ argumentObject As Object _ ) |
| Visual C++ |
|---|
public: void SetObject( Object^ argumentObject ) |
Parameters
- argumentObject
- Type: System..::.Object
Cannot be null
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | If argumentObject is null |
