public void RenameCurrentType( string typeName )
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the input argument-"typeName"-is null. |
| ArgumentException | Thrown when the input argument-"typeName"-is already in use. |
| InvalidOperationException | Thrown when the family type rename failed. |