Class ResourceNotFoundException
Telerik internal use only.
Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
ResourceNotFoundException
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class ResourceNotFoundException : ArgumentException, _Exception, ISerializable
Constructors
ResourceNotFoundException(String)
Telerik internal use only.
Declaration
public ResourceNotFoundException(string resourceName)
Parameters
System.String
resourceName
|
ResourceNotFoundException(String, String)
Telerik internal use only.
Declaration
public ResourceNotFoundException(string resourceName, string renderingError)
Parameters
System.String
resourceName
|
System.String
renderingError
|