Class MoveResourceFolderInsideItselfException
The exception that is thrown when moving a resource folder would result in it being moved in itself
Inheritance
Namespace: Telerik.WebReportDesigner.Services
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class MoveResourceFolderInsideItselfException : Exception, ISerializable, _Exception
Constructors
MoveResourceFolderInsideItselfException()
Initializes a new instance of the CannotMoveFolderInsideItselfException class
Declaration
public MoveResourceFolderInsideItselfException()
MoveResourceFolderInsideItselfException(SerializationInfo, StreamingContext)
Initializes a new instance of the MoveResourceFolderInsideItselfException class
Declaration
protected MoveResourceFolderInsideItselfException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
MoveResourceFolderInsideItselfException(String)
Initializes a new instance of the CannotMoveFolderInsideItselfException class
Declaration
public MoveResourceFolderInsideItselfException(string message)
Parameters
System.String
message
The message that describes the error. |
MoveResourceFolderInsideItselfException(String, Exception)
Initializes a new instance of the CannotMoveFolderInsideItselfException class
Declaration
public MoveResourceFolderInsideItselfException(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. |