C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / LockRecursionException Class / LockRecursionException Constructor / LockRecursionException Constructor(String,Exception)
The message.
The inner exception.

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

Parameters

message
The message.
innerException
The inner exception.
See Also