'Declaration Public Function New( _ ByVal message As System.String, _ ByVal innerException As System.Exception _ )
public LockRecursionException( System.string message, System.Exception innerException )
Parameters
- message
- The message.
- innerException
- The inner exception.