OutBoundConnectionInvalidException constructor

OutBoundConnectionInvalidException(
  1. dynamic message
)

Implementation

OutBoundConnectionInvalidException(message) : super(message);