public function __construct($Message, $BEncodedString = null, $Offset = null, Exception $InnerException = null)
 {
     parent::__construct($Message);
     $this->BEncodedString = $BEncodedString;
     $this->Offset = $Offset;
     $this->InnerException = $InnerException;
 }
 public function __construct($Message)
 {
     parent::__construct($Message);
 }