New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
public class FilterParserException : Exception, ISerializable

Inheritance: objectExceptionFilterParserException

Implements: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState...

Constructors

C#
public FilterParserException()
C#
public FilterParserException(string message, Exception inner)
Parameters:messagestringinnerException
C#
public FilterParserException(string message)
Parameters:messagestring