Hunny Software Library Reference

Node.Clone Method 

Throws InvalidOperationException.

[Visual Basic]
Overridable Public Function Clone() As Object Implements _
   ICloneable.Clone
[C#]
public virtual object Clone();

Return Value

does not return normally

Implements

ICloneable.Clone

Remarks

Subclasses of Node override this method to return a copy of the object. Because Node is an abstract class, this method throws an InvalidOperationException.

Exceptions

Exception TypeCondition
InvalidOperationException this exception is always thrown

See Also

Node Class | Hunny.Mime Namespace