CannotRenameDueToChildConflictException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the CannotRenameDueToChildConflictException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CannotRenameDueToChildConflictException(String) | Initializes a new instance of the CannotRenameDueToChildConflictException class with error message. | |
CannotRenameDueToChildConflictException(SerializationInfo, StreamingContext) | Initializes a new instance of the CannotRenameDueToChildConflictException class with serialized data. | |
CannotRenameDueToChildConflictException(String, Exception) | Initializes a new instance of the CannotRenameDueToChildConflictException class with error message and inner exception. | |
CannotRenameDueToChildConflictException(String, String) | Initializes a new instance of the CannotRenameDueToChildConflictException class with the item causing the exception. |
Top