Class InvalidReportException
Telerik internal use only.
Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
InvalidReportException
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class InvalidReportException : ArgumentException, _Exception, ISerializable
Constructors
InvalidReportException(Exception, String, Object[])
Telerik internal use only.
Declaration
public InvalidReportException(Exception innerException, string format, params object[] args)
Parameters
System.Exception
innerException
|
System.String
format
|
System.Object[]
args
|
InvalidReportException(String, Object[])
Telerik internal use only.
Declaration
public InvalidReportException(string format, params object[] args)
Parameters
System.String
format
|
System.Object[]
args
|