public MediaPlaybackException(string component, MediaPlaybackErrorCode errorCode, string message)
     : base(message)
 {
     this.Component = component;
     this.ErrorCode = errorCode;
 }
 public MediaPlaybackException(string component, MediaPlaybackErrorCode errorCode, string message)
     : base(message)
 {
     this.Component = component;
     this.ErrorCode = errorCode;
 }