LockRecursionException Constructor(String,Exception)
Initializes a new instance of the
LockRecursionException class.
public LockRecursionException(
System.string ,
System.Exception
)
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Exception _
)
Parameters
- message
- The message.
- innerException
- The inner exception.