PutCommand Constructor
PutCommand()
Constructs an instance of the PutCommand class.
C#
public PutCommand()
PutCommand(Credential)
Constructs an instance of the PutCommand class.
C#
public PutCommand(Credential credential)
Parameters
Type | Name | Description |
---|---|---|
Credential | credential | The credential to add or overwrite. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The credential is null. |