XdrError constructor

XdrError(
  1. XdrErrorCode _code,
  2. String _msg
)

Implementation

XdrError(this._code, this._msg);