BufferOverFlowException constructor

BufferOverFlowException(
  1. dynamic message
)

Implementation

BufferOverFlowException(message) : super(message);