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