MaximumAppendSizeExceededException constructor

MaximumAppendSizeExceededException(
  1. int maxAppendSize, {
  2. Object? cause,
})

Constructs a new instance of MaximumAppendSizeExceededException.

Implementation

MaximumAppendSizeExceededException(this.maxAppendSize, {this.cause});