Class SharedDataSourceNotFoundException
An exception that must be thrown when a SharedDataSource does not exist
Inheritance
System.Object
System.Exception
SharedDataSourceNotFoundException
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class SharedDataSourceNotFoundException : Exception, ISerializable, _Exception
Constructors
Declaration
public SharedDataSourceNotFoundException()
Declaration
protected SharedDataSourceNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
|
System.Runtime.Serialization.StreamingContext
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
|
Declaration
public SharedDataSourceNotFoundException(string message)
Parameters
System.String
message
The message that describes the error
|
Declaration
public SharedDataSourceNotFoundException(string message, Exception inner)
Parameters
System.String
message
The message that describes the error
|
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.
|