ParseOutput constructor

ParseOutput(
  1. bool IsExceptionThrown,
  2. ByteSize ByteSizeObj
)

Implementation

ParseOutput(this.IsExceptionThrown, this.ByteSizeObj);