Class TargetIsSameAsDestinationException
The exception that is thrown when renaming a resource or resource folder with the same name. Also thrown when moving a resource or resource folder in the same parent folder.
Inheritance
Namespace: Telerik.WebReportDesigner.Services
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class TargetIsSameAsDestinationException : Exception, ISerializable, _Exception
Constructors
TargetIsSameAsDestinationException()
Initializes a new instance of the TargetIsSameAsDestinationException class
Declaration
public TargetIsSameAsDestinationException()
TargetIsSameAsDestinationException(SerializationInfo, StreamingContext)
Initializes a new instance of the TargetIsSameAsDestinationException class
Declaration
protected TargetIsSameAsDestinationException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
TargetIsSameAsDestinationException(String)
Initializes a new instance of the TargetIsSameAsDestinationException class
Declaration
public TargetIsSameAsDestinationException(string message)
Parameters
System.String
message
The message that describes the error. |
TargetIsSameAsDestinationException(String, Exception)
Initializes a new instance of the TargetIsSameAsDestinationException class
Declaration
public TargetIsSameAsDestinationException(string message, Exception inner)
Parameters
System.String
message
|
System.Exception
inner
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |