public virtual void DeleteRecord( string strRecordName )
public: virtual void DeleteRecord( String^ strRecordName )
Parameters
- strRecordName
- Name of the record to be deleted.
public virtual void DeleteRecord( string strRecordName )
public: virtual void DeleteRecord( String^ strRecordName )
Exception | Description |
---|---|
System.ArgumentException | Thrown in case of invalid arguments, e.g. if the record does not exist. |