FSqlException constructor

FSqlException(
  1. String message, [
  2. FException? innerException
])

Implementation

FSqlException(String message, [FException? innerException])
    : super(message, innerException);