Represents an exception that occurs when user scripts try to access a property that is inaccessible in the current context.

Namespace:  C1.C1Rdl.Rdl2008.Scripting
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class PropertyInaccessible : Exception
Visual Basic
Public Class PropertyInaccessible _
	Inherits Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    C1.C1Rdl.Rdl2008.Scripting..::..PropertyInaccessible

See Also