FSqlExceptionConnection constructor
FSqlExceptionConnection(
- String message, [
- FException? innerException
Implementation
FSqlExceptionConnection(String message, [FException? innerException])
: super(message, innerException);