ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / LockRecursionException Class / LockRecursionException Constructor / LockRecursionException Constructor(String)
The message.

In This Topic
    LockRecursionException Constructor(String)
    In This Topic
    Initializes a new instance of the LockRecursionException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As System.String _
    )
    public LockRecursionException( 
       System.string message
    )

    Parameters

    message
    The message.
    See Also