Show / Hide Table of Contents

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
ArgumentNullException

The credential is null.

In this article
Back to top Generated by DocFX