Class ValidationException
The exception that is thrown when a validation criteria is not satisfied
Inheritance
Namespace: Telerik.WebReportDesigner.Services
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class ValidationException : Exception, ISerializable, _Exception
Constructors
ValidationException()
Initializes a new instance of the ValidationException class
Declaration
public ValidationException()
ValidationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ValidationException class
Declaration
protected ValidationException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
ValidationException(String)
Initializes a new instance of the ValidationException class
Declaration
public ValidationException(string message)
Parameters
System.String
message
The message that describes the error. |
ValidationException(String, Exception)
Initializes a new instance of the ValidationException class
Declaration
public ValidationException(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. |