DbMaxReadersExceededException constructor

DbMaxReadersExceededException(
  1. String message,
  2. int errorCode
)

Implementation

DbMaxReadersExceededException(String message, int errorCode)
    : super(message, errorCode);