Initializes a new instance of PropertyInaccessible class.

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

Syntax

C#
public PropertyInaccessible(
	string propName
)
Visual Basic
Public Sub New ( _
	propName As String _
)

Parameters

propName
Type: System..::..String
The name of the property that caused the error to occur.

See Also