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