ConnectionStringParseException constructor

ConnectionStringParseException(
  1. String message,
  2. Object? cause
)

Implementation

ConnectionStringParseException(this.message, this.cause);