DbFileCorruptException constructor

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

See DbFileCorruptException.

Implementation

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