Delete Method (ContentMark)
In This Topic
Overridden. This method always throws an exception, because a
ContentMark cannot be deleted - it is deleted automatically with its owner.
Syntax
'Declaration
Public Overrides Sub Delete()
public override void Delete()
Exceptions
Exception | Description |
System.NotSupportedException | Raises at every attempt to execute this method. |
See Also