public ErrorRaisedEventArgs(string message, Exception ex, Action retryAction) { this.Error = new ClientError(message, ex, retryAction); }
public ErrorViewModel(ClientError error, Action removeAction) { this.error = error; this.removeAction = removeAction; }